[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:
Adriaan de Groot 2019-02-11 17:58:43 -05:00
parent 6316173f1b
commit b9fa0398c0

View file

@ -581,7 +581,7 @@ void
PartitionPage::onPartitionModelReset() PartitionPage::onPartitionModelReset()
{ {
m_ui->partitionTreeView->expandAll(); m_ui->partitionTreeView->expandAll();
updateButtons(); // updateButtons();
updateBootLoaderIndex(); updateBootLoaderIndex();
} }