mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 03:41:08 -07:00
Fix hide / show all in setting visibility page
CURA-8978
This commit is contained in:
parent
96751a0cc0
commit
6e59cd23bb
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ UM.PreferencesPage
|
||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
if(parent.checkedState == Qt.Unchecked || parent.checkedState == Qt.PartiallyChecked)
|
if(parent.checkState == Qt.Unchecked || parent.checkState == Qt.PartiallyChecked)
|
||||||
{
|
{
|
||||||
definitionsModel.setAllExpandedVisible(true)
|
definitionsModel.setAllExpandedVisible(true)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue