diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-02-24 15:24:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-24 15:26:28 +0000 |
commit | b50071c817657866f8b22873be26d34970005a2d (patch) | |
tree | 58761e83f3eab422194e0ef9d0c0aa5786806d90 /vcl/unx | |
parent | eab3c3ab9da5f0282df43d2f4bfbf17f7a4f8fe3 (diff) |
set gtk layout direction to match ours
Change-Id: I27610f28f42368355bef1b3461fc3ccea1b07218
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk/gtkdata.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/gtk/gtkdata.cxx b/vcl/unx/gtk/gtkdata.cxx index fa65259e8601..d3800c71f685 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() |