Author: hdu Date: Wed May 28 11:43:02 2014 New Revision: 1597981 URL: http://svn.apache.org/r1597981 Log: #i98991# remove Aqua Pinstripe background in dialogs
Patch-by: Thorsten Wagner <thorsten.wagne...@gmail.com> Reviewed-by: Herbert Duerr <h...@apache.org> Modified: openoffice/trunk/main/vcl/aqua/source/gdi/salnativewidgets.cxx Modified: openoffice/trunk/main/vcl/aqua/source/gdi/salnativewidgets.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/aqua/source/gdi/salnativewidgets.cxx?rev=1597981&r1=1597980&r2=1597981&view=diff ============================================================================== --- openoffice/trunk/main/vcl/aqua/source/gdi/salnativewidgets.cxx (original) +++ openoffice/trunk/main/vcl/aqua/source/gdi/salnativewidgets.cxx Wed May 28 11:43:02 2014 @@ -533,7 +533,7 @@ sal_Bool AquaSalGraphics::drawNativeCont 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;