mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
Minor codestyle fix
This commit is contained in:
parent
80bf6988ca
commit
60339eb44b
1 changed files with 1 additions and 2 deletions
|
|
@ -208,8 +208,7 @@ QtObject {
|
|||
color: {
|
||||
if(control.customColor !== undefined && control.customColor !== null) {
|
||||
return control.customColor
|
||||
}
|
||||
else if(control.checkable && control.checked && control.hovered) {
|
||||
} else if(control.checkable && control.checked && control.hovered) {
|
||||
return Theme.getColor("button_active_hover");
|
||||
} else if(control.pressed || (control.checkable && control.checked)) {
|
||||
return Theme.getColor("button_active");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue