mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:45:55 +08:00
Merge pull request #11540 from Ultimaker/CURA-8978_fix_checkbox_style_and_functionality
Fix hide / show all in setting visibility page
This commit is contained in:
commit
cb2f0b9bd2
@ -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…
x
Reference in New Issue
Block a user