[Libreoffice-commits] core.git: vcl/unx
Abdulaziz A Alayed
aalayed at kacst.edu.sa
Tue May 28 00:57:16 PDT 2013
vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 898a3e84807bccbb876e3f5583728f6d24e05e9a
Author: Abdulaziz A Alayed <aalayed at kacst.edu.sa>
Date: Fri May 24 13:11:31 2013 +0300
fdo#63254 UI:Horizontal scroll bar isn't displayed when RTL tab
opened with LTR UI.
Change-Id: Iff6899539fe0b1788df7b09f91f850b91bcdb811
Reviewed-on: https://gerrit.libreoffice.org/4024
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
Tested-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
old mode 100644
new mode 100755
index 7e16bfb..0a0fe89
--- a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
@@ -1048,8 +1048,9 @@ sal_Bool GtkSalGraphics::getNativeControlRegion( ControlType nType,
rNativeContentRegion.Right() = rNativeContentRegion.Left() + 1;
if (!rNativeContentRegion.GetHeight())
rNativeContentRegion.Bottom() = rNativeContentRegion.Top() + 1;
-
- returnVal = true;
+ //fdo#63254 horizontal scrool bar isn't displayed in RTL tab
+ // with LTR UI in calc
+ returnVal =Application::GetSettings().GetLayoutRTL();
//See fdo#44582, Horizontal scrollbar in navigator window is broken
if ((nPart==PART_BUTTON_LEFT || nPart==PART_BUTTON_RIGHT) && Application::GetSettings().GetLayoutRTL())
More information about the Libreoffice-commits
mailing list