Kaydet (Commit) 44af5046 authored tarafından Telesto's avatar Telesto Kaydeden (comit) Tor Lillqvist

tdf#112153: Set button theme properly

Change-Id: I0665880c0d0348fcbb3bcf04d9172405c8e31eb7
Reviewed-on: https://gerrit.libreoffice.org/48334Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
üst ce88f2a7
......@@ -106,11 +106,11 @@ static ThemeButtonValue ImplGetButtonValue( ButtonValue aButtonValue )
break;
case ButtonValue::Off:
case ButtonValue::DontKnow:
return kThemeButtonOff;
break;
case ButtonValue::Mixed:
case ButtonValue::DontKnow:
default:
return kThemeButtonMixed;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment