mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -211,5 +211,5 @@ LicensePage::checkAcceptance( bool checked )
|
|||
{
|
||||
ui->acceptFrame->setStyleSheet( "#acceptFrame { padding: 3px }" );
|
||||
}
|
||||
emit nextStatusChanged( checked );
|
||||
emit nextStatusChanged( m_isNextEnabled );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue