[partition] Disable one call to updateButtons()

- suggested by @abucodonosor, removing this one call seems
   to solve the data race for the device model.
main
Adriaan de Groot 6 years ago
parent 6316173f1b
commit b9fa0398c0

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

Loading…
Cancel
Save