[Libreoffice-commits] .: vcl/source

Michael Meeks michael at kemper.freedesktop.org
Tue May 3 04:14:35 PDT 2011


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

New commits:
commit 29c6953414a95d83dfbf84144d4e6f5823615909
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Tue May 3 12:12:45 2011 +0100

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

diff --git a/vcl/source/gdi/outdevnative.cxx b/vcl/source/gdi/outdevnative.cxx
index 4e0065c..1bdb794 100644
--- a/vcl/source/gdi/outdevnative.cxx
+++ b/vcl/source/gdi/outdevnative.cxx
@@ -236,7 +236,7 @@ sal_Bool OutputDevice::DrawNativeControl( ControlType nType,
 
     if ( mbInitClipRegion )
         ImplInitClipRegion();
-    if ( mbOutputClipped || rControlRegion.IsEmpty() )
+    if ( mbOutputClipped )
         return sal_True;
 
     if ( mbInitLineColor )


More information about the Libreoffice-commits mailing list