Make sure we autopartition after the revert is over.

main
Teo Mrnjavac 9 years ago
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…
Cancel
Save