Don't forget to perform the autopartition operation when not resetting.

main
Teo Mrnjavac 9 years ago
parent 73be443e22
commit 08d1c89f21

@ -426,14 +426,15 @@ 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() ); PartitionActions::doAutopartition( m_core, selectedDevice() );
}, },
this ); this );
} }
else
PartitionActions::doAutopartition( m_core, selectedDevice() );
break; break;
case Replace: case Replace:

Loading…
Cancel
Save