mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
[partition] Disable one call to updateButtons()
- suggested by @abucodonosor, removing this one call seems to solve the data race for the device model.
This commit is contained in:
parent
6316173f1b
commit
b9fa0398c0
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ void
|
|||
PartitionPage::onPartitionModelReset()
|
||||
{
|
||||
m_ui->partitionTreeView->expandAll();
|
||||
updateButtons();
|
||||
// updateButtons();
|
||||
updateBootLoaderIndex();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue