Kaydet (Commit) b50071c8 authored tarafından Caolán McNamara's avatar Caolán McNamara

set gtk layout direction to match ours

Change-Id: I27610f28f42368355bef1b3461fc3ccea1b07218
üst eab3c3ab
...@@ -110,6 +110,7 @@ GtkSalDisplay::GtkSalDisplay( GdkDisplay* pDisplay ) : ...@@ -110,6 +110,7 @@ GtkSalDisplay::GtkSalDisplay( GdkDisplay* pDisplay ) :
#endif #endif
#endif #endif
gtk_widget_set_default_direction(AllSettings::GetLayoutRTL() ? GTK_TEXT_DIR_RTL : GTK_TEXT_DIR_LTR);
} }
GtkSalDisplay::~GtkSalDisplay() GtkSalDisplay::~GtkSalDisplay()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment