summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
diff options
context:
space:
mode:
authorRobert Dargaud <libo@bobiciel.com>2011-04-20 00:14:25 +0200
committerMichael Meeks <michael.meeks@novell.com>2011-04-20 15:29:47 +0100
commit14d735f714a9ec86e9cd3b1011f8c9915cbee6e6 (patch)
tree34fc65a8d8cbe32c33a75ffb7d69a4347c559855 /vcl/unx/gtk
parent3c240d37d8f67f8408a99fe0b4cc9a0f6b0e90ad (diff)
fix fdo#36399 - ScrollBar display bug on dialog boxes
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r--vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
index 553ec6c85e0f..8d9f37a431cf 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) )
{