mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:28:59 +08:00
Fix codestyle
CURA-8978 Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
parent
6e59cd23bb
commit
93a5c44e6c
@ -72,7 +72,7 @@ UM.PreferencesPage
|
|||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
if(parent.checkState == Qt.Unchecked || parent.checkState == 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