[Libreoffice-commits] .: Branch 'libreoffice-3-4' - vcl/unx
Michael Meeks
mmeeks at kemper.freedesktop.org
Wed Apr 20 07:32:05 PDT 2011
vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 26f6f09adab952da44cb0d4a1a11a4bb32d8605f
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 e1d12ce..e073794 100644
--- a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
@@ -987,7 +987,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