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

main
Teo Mrnjavac 9 years ago
parent c08eecbbaf
commit 1da4360ed6

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

Loading…
Cancel
Save