mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08:00
Minor codestyle fix
This commit is contained in:
parent
80bf6988ca
commit
60339eb44b
@ -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…
x
Reference in New Issue
Block a user