mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
[partition] When changing encryption-widget visibility, re-check next
This commit is contained in:
parent
51e3ac0ded
commit
e7f6ead038
1 changed files with 5 additions and 0 deletions
|
@ -125,6 +125,8 @@ ChoicePage::ChoicePage( Config* config, QWidget* parent )
|
|||
m_encryptWidget->hide();
|
||||
m_reuseHomeCheckBox->hide();
|
||||
gs->insert( "reuseHome", false );
|
||||
|
||||
updateNextEnabled();
|
||||
}
|
||||
|
||||
|
||||
|
@ -478,6 +480,7 @@ ChoicePage::onActionChanged()
|
|||
m_encryptWidget->show();
|
||||
}
|
||||
}
|
||||
updateNextEnabled();
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -1205,6 +1208,8 @@ ChoicePage::updateActionChoicePreview( InstallChoice choice )
|
|||
|
||||
m_beforePartitionBarsView->setSelectionMode( previewSelectionMode );
|
||||
m_beforePartitionLabelsView->setSelectionMode( previewSelectionMode );
|
||||
|
||||
updateNextEnabled();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue