mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Fix m_choice state.
This commit is contained in:
parent
b422f646a6
commit
b3f86925a8
1 changed files with 2 additions and 2 deletions
|
@ -240,7 +240,7 @@ ChoicePage::setupChoices()
|
|||
{
|
||||
if ( m_grp->checkedButton() == nullptr ) // If no other action is chosen, we must
|
||||
{ // set m_choice to NoChoice and reset previews.
|
||||
m_choice == NoChoice;
|
||||
m_choice = NoChoice;
|
||||
setNextEnabled( false );
|
||||
emit actionChosen();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue