mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Clear selection in before view.
This commit is contained in:
parent
fbb92646d8
commit
7dd669d997
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue