Merge branch 'issue-1097'

- Let's call this "probably FIXES #1097", but it needs extensive
   testing to make sure the other crash doesn't return.
This commit is contained in:
Adriaan de Groot 2019-03-01 07:09:02 -05:00
commit 6b369dc5de

View File

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