Reapply the action choice instead.

This commit is contained in:
Teo Mrnjavac 2016-06-29 18:46:02 +02:00
parent b2b202d190
commit 2c68802446
3 changed files with 4 additions and 7 deletions

View file

@ -556,11 +556,6 @@ ChoicePage::doAlongsideApply()
QMutexLocker locker( &m_coreMutex );
if ( m_core->isDirty() )
{
m_core->revert();
}
QString path = m_beforePartitionBarsView->
selectionModel()->
currentIndex().data( PartitionModel::PartitionPathRole ).toString();