mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 02:12:14 +00:00
GUI: RTL: Fix rtl-ness when theme does not support rtl language
This commit is contained in:
parent
0654be0322
commit
a6ae56b6dd
@ -2370,6 +2370,7 @@ void GlobalOptionsDialog::apply() {
|
||||
#endif
|
||||
|
||||
if (isRebuildNeeded) {
|
||||
g_gui.setLanguageRTL();
|
||||
if (_launcher != nullptr)
|
||||
_launcher->rebuild();
|
||||
rebuild();
|
||||
|
Loading…
Reference in New Issue
Block a user