mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Merge branch 'CURA-5876-Configuration_dropdown' into ui_rework_4_0
This commit is contained in:
commit
024bf409c9
65 changed files with 759 additions and 1099 deletions
|
@ -50,7 +50,7 @@ UM.PreferencesPage
|
|||
{
|
||||
return Qt.Unchecked
|
||||
}
|
||||
else if(definitionsModel.visibleCount == definitionsModel.rowCount(null))
|
||||
else if(definitionsModel.visibleCount == definitionsModel.count)
|
||||
{
|
||||
return Qt.Checked
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue