[Libreoffice-commits] core.git: Branch 'aoo/trunk' - vcl/aqua
Herbert Dürr
hdu at apache.org
Wed May 28 05:07:41 PDT 2014
vcl/aqua/source/gdi/salnativewidgets.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ced067d3d23dcb03f1548707cefe9b0b6498345d
Author: Herbert Dürr <hdu at apache.org>
Date: Wed May 28 11:43:02 2014 +0000
#i98991# remove Aqua Pinstripe background in dialogs
Patch-by: Thorsten Wagner <thorsten.wagner.4 at gmail.com>
Reviewed-by: Herbert Duerr <hdu at apache.org>
diff --git a/vcl/aqua/source/gdi/salnativewidgets.cxx b/vcl/aqua/source/gdi/salnativewidgets.cxx
index f49e56b..37d23b5 100644
--- a/vcl/aqua/source/gdi/salnativewidgets.cxx
+++ b/vcl/aqua/source/gdi/salnativewidgets.cxx
@@ -533,7 +533,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