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,8 +107,7 @@ colorForPartition( Partition* partition )
{
if ( KPMHelpers::isPartitionNew( child ) )
++newColorIdx;
else
++colorIdx;
++colorIdx;
}
}