mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 23:02:42 +02:00
Bug 1918 - Right to Left (RTL) language cannot be undone using preferences.
This commit is contained in:
parent
bf6b47dbb4
commit
3353780bf9
@ -241,6 +241,7 @@ PrefsDialog::PrefsDialog
|
|||||||
{
|
{
|
||||||
wxASSERT(factories.size() > 0);
|
wxASSERT(factories.size() > 0);
|
||||||
const bool uniquePage = (factories.size() == 1);
|
const bool uniquePage = (factories.size() == 1);
|
||||||
|
SetLayoutDirection(wxLayout_LeftToRight);
|
||||||
|
|
||||||
ShuttleGui S(this, eIsCreating);
|
ShuttleGui S(this, eIsCreating);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user