vcl/aqua/source/gdi/salnativewidgets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ced067d3d23dcb03f1548707cefe9b0b6498345d Author: Herbert Dürr <h...@apache.org> Date: Wed May 28 11:43:02 2014 +0000 #i98991# remove Aqua Pinstripe background in dialogs Patch-by: Thorsten Wagner <thorsten.wagne...@gmail.com> Reviewed-by: Herbert Duerr <h...@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;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits