calamares-packaging/debian/patches/update-buttons.patch
Dan Simmons 3758f97ccd Restore button updates in partition page.
Summary: Restore the button update status matches the current state. This resolves T40 lp:#1823569

Test Plan: Verify in manual partitioning that the buttons are updated properly.

Reviewers: tsimonq2, wxl

Reviewed By: wxl

Maniphest Tasks: T40

Differential Revision: https://phab.lubuntu.me/D3
2019-04-10 19:35:52 -05:00

17 lines
576 B
Diff

Description: Restore button updates in partition module
Author: Adriaan de Groot <groot@kde.org>
Bug: https://github.com/calamares/calamares/issues/1097
Applied-Upstream: https://github.com/calamares/calamares/commit/2b149fb944da8d975c05d562ab55adaa9dec25bb
Last-Update: 2019-04-08
--- a/src/modules/partition/gui/PartitionPage.cpp
+++ b/src/modules/partition/gui/PartitionPage.cpp
@@ -581,7 +581,7 @@ void
PartitionPage::onPartitionModelReset()
{
m_ui->partitionTreeView->expandAll();
- // updateButtons();
+ updateButtons();
updateBootLoaderIndex();
}