Go on with colors enumeration even when there's a new partition.
This commit is contained in:
parent
c08eecbbaf
commit
1da4360ed6
@ -107,8 +107,7 @@ colorForPartition( Partition* partition )
|
||||
{
|
||||
if ( KPMHelpers::isPartitionNew( child ) )
|
||||
++newColorIdx;
|
||||
else
|
||||
++colorIdx;
|
||||
++colorIdx;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user