You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
823 B
27 lines
823 B
From 205dd9979f77c709cf36b92da1836ce5374879ab Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
|
|
Date: Wed, 24 Feb 2016 15:24:53 +0000
|
|
Subject: [PATCH 7/8] set gtk layout direction to match ours
|
|
|
|
Change-Id: I27610f28f42368355bef1b3461fc3ccea1b07218
|
|
(cherry picked from commit b50071c817657866f8b22873be26d34970005a2d)
|
|
---
|
|
vcl/unx/gtk/gtkdata.cxx | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/vcl/unx/gtk/gtkdata.cxx b/vcl/unx/gtk/gtkdata.cxx
|
|
index 9ea6dc9..f15cce2 100644
|
|
--- a/vcl/unx/gtk/gtkdata.cxx
|
|
+++ b/vcl/unx/gtk/gtkdata.cxx
|
|
@@ -110,6 +110,7 @@ GtkSalDisplay::GtkSalDisplay( GdkDisplay* pDisplay ) :
|
|
#endif
|
|
#endif
|
|
|
|
+ gtk_widget_set_default_direction(AllSettings::GetLayoutRTL() ? GTK_TEXT_DIR_RTL : GTK_TEXT_DIR_LTR);
|
|
}
|
|
|
|
GtkSalDisplay::~GtkSalDisplay()
|
|
--
|
|
2.7.1
|
|
|