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:
parent
a31bb94425
commit
2df5e0bff0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user