Make sure we autopartition after the revert is over.
This commit is contained in:
parent
f589e33fa5
commit
50ef1f1b70
@ -426,11 +426,12 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
||||
{
|
||||
QMutexLocker locker( &m_coreMutex );
|
||||
m_core->revertDevice( selectedDevice() );
|
||||
|
||||
PartitionActions::doAutopartition( m_core, selectedDevice() );
|
||||
} ),
|
||||
this );
|
||||
}
|
||||
|
||||
PartitionActions::doAutopartition( m_core, selectedDevice() );
|
||||
break;
|
||||
case Replace:
|
||||
if ( m_core->isDirty() )
|
||||
|
Loading…
Reference in New Issue
Block a user