minor correction to widgets sample to work correctly in RTL layout
This commit is contained in:
@@ -459,6 +459,8 @@ WidgetsFrame::WidgetsFrame(const wxString& title)
|
||||
menuWidget->AppendSeparator();
|
||||
menuWidget->AppendCheckItem(Widgets_LayoutDirection,
|
||||
"Toggle &layout direction\tCtrl-L");
|
||||
menuWidget->Check(Widgets_LayoutDirection,
|
||||
GetLayoutDirection() == wxLayout_RightToLeft);
|
||||
|
||||
menuWidget->AppendSeparator();
|
||||
menuWidget->AppendCheckItem(Widgets_GlobalBusyCursor,
|
||||
|
Reference in New Issue
Block a user