[Libreoffice-commits] .: vcl/unx

Michael Meeks mmeeks at kemper.freedesktop.org
Wed Apr 20 06:43:34 PDT 2011


 vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 168917c41ece4cc22dfc4a1ab7d346fa47dfa241
Author: Robert Dargaud <libo at bobiciel.com>
Date:   Wed Apr 20 00:14:25 2011 +0200

    fix fdo#36399 - ScrollBar display bug on dialog boxes

diff --git a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
index 8b8b870..d73b197 100644
--- a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
@@ -992,7 +992,7 @@ sal_Bool GtkSalGraphics::getNativeControlRegion(  ControlType nType,
             rNativeContentRegion.Right() = rNativeContentRegion.Left() + 1;
         if (!rNativeContentRegion.GetHeight())
             rNativeContentRegion.Bottom() = rNativeContentRegion.Top() + 1;
-
+        returnVal = sal_True;
     }
     if( (nType == CTRL_MENUBAR) && (nPart == PART_ENTIRE_CONTROL) )
     {


More information about the Libreoffice-commits mailing list