GUI: RTL: Fix rtl-ness when theme does not support rtl language

This commit is contained in:
Eugene Sandulenko 2020-07-17 21:21:27 +02:00
parent 0654be0322
commit a6ae56b6dd

View File

@ -2370,6 +2370,7 @@ void GlobalOptionsDialog::apply() {
#endif
if (isRebuildNeeded) {
g_gui.setLanguageRTL();
if (_launcher != nullptr)
_launcher->rebuild();
rebuild();