Go on with colors enumeration even when there's a new partition.

This commit is contained in:
Teo Mrnjavac 2016-07-27 16:53:17 +02:00
parent c08eecbbaf
commit 1da4360ed6

View File

@ -107,7 +107,6 @@ colorForPartition( Partition* partition )
{ {
if ( KPMHelpers::isPartitionNew( child ) ) if ( KPMHelpers::isPartitionNew( child ) )
++newColorIdx; ++newColorIdx;
else
++colorIdx; ++colorIdx;
} }
} }