Kaydet (Commit) ced067d3 authored tarafından Herbert Dürr's avatar Herbert Dürr

#i98991# remove Aqua Pinstripe background in dialogs

Patch-by: 's avatarThorsten Wagner <thorsten.wagner.4@gmail.com>
Reviewed-by: 's avatarHerbert Duerr <hdu@apache.org>
üst d39da407
...@@ -533,7 +533,7 @@ sal_Bool AquaSalGraphics::drawNativeControl(ControlType nType, ...@@ -533,7 +533,7 @@ sal_Bool AquaSalGraphics::drawNativeControl(ControlType nType,
HIThemeBackgroundDrawInfo aThemeBackgroundInfo; HIThemeBackgroundDrawInfo aThemeBackgroundInfo;
aThemeBackgroundInfo.version = 0; aThemeBackgroundInfo.version = 0;
aThemeBackgroundInfo.state = getState( nState ); 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 // FIXME: without this magical offset there is a 2 pixel black border on the right and bottom
rc.size.width += 2; rc.size.width += 2;
rc.size.height += 2; rc.size.height += 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment