]> git.saurik.com Git - wxWidgets.git/commitdiff
Also set GTK text direction to m_wxwindow.
authorRobert Roebling <robert@roebling.de>
Sun, 10 Sep 2006 14:59:05 +0000 (14:59 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 10 Sep 2006 14:59:05 +0000 (14:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/window.cpp

index ab595ed6124df1196a33b940e199aa54e1572976..1fe968ef99831b107e4483618bb75d5183338644 100644 (file)
@@ -3477,6 +3477,9 @@ void wxWindowGTK::SetLayoutDirection(wxLayoutDirection dir)
         return;
 
     GTKSetLayout(m_widget, dir);
+    
+    if (m_wxwindow)
+        GTKSetLayout(m_widget, dir);
 }
 
 void wxWindowGTK::DoMoveInTabOrder(wxWindow *win, MoveKind move)