Fix right-to-left layout direction issues (#12181)
* move to supported usage of wx.StaticBoxSizer
standardize LTRStaticBoxSizer usage
standardize LTRStaticBoxSizer usage
test wx RTL workaround
use wxWidgets workaround
commit c59e874058cbe0f521806ae3f6ad1c59a68b6324
Author: buddsean <sean@nvaccess.org>
Date: Tue Mar 16 14:09:26 2021 +1100
try parent instead of sibling method
commit 11017debd9047be24938ce4745d3a234ae3e8829
Author: buddsean <sean@nvaccess.org>
Date: Tue Mar 16 13:25:59 2021 +1100
remove LTRStaticBoxSizer workaround
commit e17de62433affe91cc3029a25798f759a5c60702
Author: buddsean <sean@nvaccess.org>
Date: Tue Mar 16 13:14:39 2021 +1100
try parent instead of sibling method
commit 45514f271ec569eb2fa363afbc0f35bd28e7c8f2
Author: buddsean <sean@nvaccess.org>
Date: Tue Mar 16 11:48:24 2021 +1100
try parent instead of sibling method
commit 9575740f52590b9d4fa75e548b8d2b94f344a6dd
Author: buddsean <sean@nvaccess.org>
Date: Tue Mar 16 11:23:59 2021 +1100
try parent instead of sibling method
commit 608fb66bb6c98225ac6298c22efcbd77d4a04ac6
Author: buddsean <sean@nvaccess.org>
Date: Mon Mar 15 14:38:37 2021 +1100
test wx RTL workaround
commit f1189bf06b07c97a398169484ffcfe2c117e6bba
Author: buddsean <sean@nvaccess.org>
Date: Mon Mar 15 14:03:20 2021 +1100
test wx RTL workaround
* fix flake8 issues
* set layout on mainframe for locale
* fix lint
* move out wx import
* use better typing and naming
* remove unused variable
* apply DRY
* undo risky import change
* fix lint
* undo risky import change, fix lint
* fix nose typing read
* remove unneccessary typing import
* update changes.t2t