mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
Go on with colors enumeration even when there's a new partition.
This commit is contained in:
parent
c08eecbbaf
commit
1da4360ed6
1 changed files with 1 additions and 2 deletions
|
@ -107,8 +107,7 @@ colorForPartition( Partition* partition )
|
|||
{
|
||||
if ( KPMHelpers::isPartitionNew( child ) )
|
||||
++newColorIdx;
|
||||
else
|
||||
++colorIdx;
|
||||
++colorIdx;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue