Skip to content
Snippets Groups Projects
Commit 2b149fb9 authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

[partition] Uncomment updateButtons()

 - This was commented out to combat the crash in device->type()
 - I believe the crash was caused by double-deletion, which was
   fixed in 2092ec3c by not re-
   parenting an immutable copy of something.
 - Restore the button-fix, since we need that to keep the
   *create* button in-sync with the selected partition.

FIXES #1097
parent cb095807
No related branches found
No related tags found
No related merge requests found
...@@ -581,7 +581,7 @@ void ...@@ -581,7 +581,7 @@ void
PartitionPage::onPartitionModelReset() PartitionPage::onPartitionModelReset()
{ {
m_ui->partitionTreeView->expandAll(); m_ui->partitionTreeView->expandAll();
// updateButtons(); updateButtons();
updateBootLoaderIndex(); updateBootLoaderIndex();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment