summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTelesto <telesto@surfxs.nl>2018-01-22 16:49:21 +0200
committerTor Lillqvist <tml@collabora.com>2018-01-23 09:19:50 +0100
commit44af50465a02b6f5566be45913a34fdbdba90133 (patch)
tree4912fadd82b68da7eb75f177c61f435076bf2bfb
parentce88f2a7374bb8c53d57e8263e0701db19d62f30 (diff)
tdf#112153: Set button theme properly
Change-Id: I0665880c0d0348fcbb3bcf04d9172405c8e31eb7 Reviewed-on: https://gerrit.libreoffice.org/48334 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--vcl/osx/salnativewidgets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salnativewidgets.cxx b/vcl/osx/salnativewidgets.cxx
index d311526c0168..811960f1b92e 100644
--- a/vcl/osx/salnativewidgets.cxx
+++ b/vcl/osx/salnativewidgets.cxx
@@ -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;