mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:55:59 +08:00
Fix hide / show all in setting visibility page
CURA-8978
This commit is contained in:
parent
96751a0cc0
commit
6e59cd23bb
@ -72,7 +72,7 @@ UM.PreferencesPage
|
||||
anchors.fill: parent;
|
||||
onClicked:
|
||||
{
|
||||
if(parent.checkedState == Qt.Unchecked || parent.checkedState == Qt.PartiallyChecked)
|
||||
if(parent.checkState == Qt.Unchecked || parent.checkState == Qt.PartiallyChecked)
|
||||
{
|
||||
definitionsModel.setAllExpandedVisible(true)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user