Kaydet (Commit) c0a5b2b3 authored tarafından Michael Meeks's avatar Michael Meeks

revert commit causing problems with windows theming: cf. fdo bug#36481

üst 79343421
...@@ -236,7 +236,7 @@ sal_Bool OutputDevice::DrawNativeControl( ControlType nType, ...@@ -236,7 +236,7 @@ sal_Bool OutputDevice::DrawNativeControl( ControlType nType,
if ( mbInitClipRegion ) if ( mbInitClipRegion )
ImplInitClipRegion(); ImplInitClipRegion();
if ( mbOutputClipped || rControlRegion.IsEmpty() ) if ( mbOutputClipped )
return sal_True; return sal_True;
if ( mbInitLineColor ) if ( mbInitLineColor )
......
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