Merge branch 'CURA-5876-Configuration_dropdown' into ui_rework_4_0

This commit is contained in:
Ghostkeeper 2018-12-05 13:29:06 +01:00
commit 024bf409c9
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
65 changed files with 759 additions and 1099 deletions

View file

@ -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
}