[Libreoffice-commits] core.git: vcl/aqua

Jason Hulme jsnhulme at gmail.com
Wed Jun 26 02:51:46 PDT 2013


 vcl/aqua/source/gdi/salnativewidgets.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fcae9bf3b14ef294c54751705d2532c6447b095a
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