[license] Next depends not just on the checked box
- Toggling the checkbox could disable the next button because only the checked-state was used, instead of the next-is-enabled-if-everything-is-optional member variable. FIXES #1271
This commit is contained in:
parent
ec605adf3f
commit
2a45765b93
@ -211,5 +211,5 @@ LicensePage::checkAcceptance( bool checked )
|
|||||||
{
|
{
|
||||||
ui->acceptFrame->setStyleSheet( "#acceptFrame { padding: 3px }" );
|
ui->acceptFrame->setStyleSheet( "#acceptFrame { padding: 3px }" );
|
||||||
}
|
}
|
||||||
emit nextStatusChanged( checked );
|
emit nextStatusChanged( m_isNextEnabled );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user