Try with new enumeration but no cache reset.
This commit is contained in:
parent
1da4360ed6
commit
003456594e
@ -259,11 +259,6 @@ PartitionCoreModule::deletePartition( Device* device, Partition* partition )
|
||||
deletePartition( device, partition );
|
||||
}
|
||||
|
||||
if ( partition->roles().has( PartitionRole::Logical ) )
|
||||
{
|
||||
ColorUtils::invalidateCache();
|
||||
}
|
||||
|
||||
QList< Calamares::job_ptr >& jobs = deviceInfo->jobs;
|
||||
if ( partition->state() == Partition::StateNew )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user