mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 14:52:34 +02:00
Fix our custom NumericText controls are scrambled in RTL layout.
Fix is to force them to be LTR (for now).
This commit is contained in:
parent
ddd1494e75
commit
3d6f3f1866
@ -1233,6 +1233,7 @@ NumericTextCtrl::NumericTextCtrl(wxWindow *parent, wxWindowID id,
|
||||
mMenuEnabled = options.menuEnabled;
|
||||
mButtonWidth = 9;
|
||||
|
||||
SetLayoutDirection(wxLayout_LeftToRight);
|
||||
Layout();
|
||||
Fit();
|
||||
ValueToControls();
|
||||
|
Loading…
x
Reference in New Issue
Block a user