diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 6d2f3ce98..9582a4dda 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -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() )