Also set GTK text direction to m_wxwindow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2006-09-10 14:59:05 +00:00
parent a31bb94425
commit 2df5e0bff0

View 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)