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 );
|
QMutexLocker locker( &m_coreMutex );
|
||||||
m_core->revertDevice( selectedDevice() );
|
m_core->revertDevice( selectedDevice() );
|
||||||
|
|
||||||
|
PartitionActions::doAutopartition( m_core, selectedDevice() );
|
||||||
} ),
|
} ),
|
||||||
this );
|
this );
|
||||||
}
|
}
|
||||||
|
|
||||||
PartitionActions::doAutopartition( m_core, selectedDevice() );
|
|
||||||
break;
|
break;
|
||||||
case Replace:
|
case Replace:
|
||||||
if ( m_core->isDirty() )
|
if ( m_core->isDirty() )
|
||||||
|
Loading…
Reference in New Issue
Block a user