1
0
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:
James Crook 2018-08-08 17:21:45 +01:00
parent bf6b47dbb4
commit 3353780bf9

View File

@ -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);