mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 08:28:59 +08:00
Minor codestyle fix
This commit is contained in:
parent
80bf6988ca
commit
60339eb44b
@ -208,8 +208,7 @@ QtObject {
|
|||||||
color: {
|
color: {
|
||||||
if(control.customColor !== undefined && control.customColor !== null) {
|
if(control.customColor !== undefined && control.customColor !== null) {
|
||||||
return control.customColor
|
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");
|
return Theme.getColor("button_active_hover");
|
||||||
} else if(control.pressed || (control.checkable && control.checked)) {
|
} else if(control.pressed || (control.checkable && control.checked)) {
|
||||||
return Theme.getColor("button_active");
|
return Theme.getColor("button_active");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user