mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Fix codestyle
CURA-8978 Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
parent
6e59cd23bb
commit
93a5c44e6c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ UM.PreferencesPage
|
|||
anchors.fill: parent;
|
||||
onClicked:
|
||||
{
|
||||
if(parent.checkState == Qt.Unchecked || parent.checkState == Qt.PartiallyChecked)
|
||||
if (parent.checkState == Qt.Unchecked || parent.checkState == Qt.PartiallyChecked)
|
||||
{
|
||||
definitionsModel.setAllExpandedVisible(true)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue