Clear selection in before view.

main
Teo Mrnjavac 9 years ago
parent fbb92646d8
commit 7dd669d997

@ -437,6 +437,9 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
{
QMutexLocker locker( &m_coreMutex );
m_core->revertDevice( selectedDevice() );
m_beforePartitionBarsView->selectionModel()->clearSelection();
m_beforePartitionBarsView->selectionModel()->clearCurrentIndex();
} ),
this );
}

Loading…
Cancel
Save