[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - vcl/aqua
Jason Hulme
jsnhulme at gmail.com
Fri Jun 28 02:28:50 PDT 2013
vcl/aqua/source/gdi/salnativewidgets.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit afa685c2a3bca8fb73a1c2cde536a2da4cd43b13
Author: Jason Hulme <jsnhulme at gmail.com>
Date: Fri Jun 14 23:23:37 2013 -0700
fdo#31525 Dialogues now have an appropriate background in OSX
The proper background is now set using HIThemeBackground.
Change-Id: I71e4287273f7345a18eee4c4fc494eea10f2deb2
Reviewed-on: https://gerrit.libreoffice.org/4287
Reviewed-by: Thorsten Behrens <tbehrens at suse.com>
Tested-by: Thorsten Behrens <tbehrens at suse.com>
diff --git a/vcl/aqua/source/gdi/salnativewidgets.cxx b/vcl/aqua/source/gdi/salnativewidgets.cxx
index 3365c04..3de4118 100644
--- a/vcl/aqua/source/gdi/salnativewidgets.cxx
+++ b/vcl/aqua/source/gdi/salnativewidgets.cxx
@@ -522,7 +522,7 @@ sal_Bool AquaSalGraphics::drawNativeControl(ControlType nType,
HIThemeBackgroundDrawInfo aThemeBackgroundInfo;
aThemeBackgroundInfo.version = 0;
aThemeBackgroundInfo.state = getState( nState );
- aThemeBackgroundInfo.kind = kThemeBrushDialogBackgroundInactive;
+ aThemeBackgroundInfo.kind = kThemeBrushDialogBackgroundActive;
// FIXME: without this magical offset there is a 2 pixel black border on the right and bottom
rc.size.width += 2;
rc.size.height += 2;
More information about the Libreoffice-commits
mailing list