Fix m_choice state.

This commit is contained in:
Teo Mrnjavac 2016-01-08 16:51:25 +01:00
parent b422f646a6
commit b3f86925a8

View File

@ -240,7 +240,7 @@ ChoicePage::setupChoices()
{ {
if ( m_grp->checkedButton() == nullptr ) // If no other action is chosen, we must if ( m_grp->checkedButton() == nullptr ) // If no other action is chosen, we must
{ // set m_choice to NoChoice and reset previews. { // set m_choice to NoChoice and reset previews.
m_choice == NoChoice; m_choice = NoChoice;
setNextEnabled( false ); setNextEnabled( false );
emit actionChosen(); emit actionChosen();
} }