mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -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()
|
PartitionPage::onPartitionModelReset()
|
||||||
{
|
{
|
||||||
m_ui->partitionTreeView->expandAll();
|
m_ui->partitionTreeView->expandAll();
|
||||||
updateButtons();
|
// updateButtons();
|
||||||
updateBootLoaderIndex();
|
updateBootLoaderIndex();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue