mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Add { } around statements in "if"
Make nitpicking people happy :P
This commit is contained in:
parent
bd10e50249
commit
ef0a502dcf
1 changed files with 2 additions and 1 deletions
|
@ -82,8 +82,9 @@ Item {
|
|||
onTriggered:
|
||||
{
|
||||
// only work when the button is enabled
|
||||
if (saveToButton.enabled)
|
||||
if (saveToButton.enabled) {
|
||||
saveToButton.clicked();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue