Clear selection in before view.

This commit is contained in:
Teo Mrnjavac 2015-12-31 14:43:57 +01:00
parent fbb92646d8
commit 7dd669d997

View file

@ -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 );
}