mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:29:04 +08:00
Add { } around statements in "if"
Make nitpicking people happy :P
This commit is contained in:
parent
bd10e50249
commit
ef0a502dcf
@ -82,10 +82,11 @@ Item {
|
||||
onTriggered:
|
||||
{
|
||||
// only work when the button is enabled
|
||||
if (saveToButton.enabled)
|
||||
if (saveToButton.enabled) {
|
||||
saveToButton.clicked();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Item {
|
||||
id: saveRow
|
||||
|
Loading…
x
Reference in New Issue
Block a user