mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Make sure we update the splitter widget after a rescan.
This commit is contained in:
parent
576fdcc7a0
commit
423d2dfc5c
1 changed files with 6 additions and 1 deletions
|
@ -466,7 +466,12 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
|||
QMutexLocker locker( &m_coreMutex );
|
||||
m_core->revertDevice( selectedDevice() );
|
||||
} ),
|
||||
[]{},
|
||||
[this]
|
||||
{
|
||||
// We need to reupdate after reverting because the splitter widget is
|
||||
// not a true view.
|
||||
updateActionChoicePreview( currentChoice() );
|
||||
},
|
||||
this );
|
||||
}
|
||||
setNextEnabled( !m_beforePartitionBarsView->selectionModel()->selectedRows().isEmpty() );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue