[Scummvm-git-logs] scummvm master -> a6ae56b6dd46774fe8e5a6dd26ff90bb8fde4668

sev- sev at scummvm.org
Fri Jul 17 19:21:46 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: a6ae56b6dd46774fe8e5a6dd26ff90bb8fde4668
    https://github.com/scummvm/scummvm/commit/a6ae56b6dd46774fe8e5a6dd26ff90bb8fde4668
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-07-17T21:21:27+02:00

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

Changed paths:
    gui/options.cpp


diff --git a/gui/options.cpp b/gui/options.cpp
index bc80e3d3c7..7744341cc2 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -2370,6 +2370,7 @@ void GlobalOptionsDialog::apply() {
 #endif
 
 	if (isRebuildNeeded) {
+		g_gui.setLanguageRTL();
 		if (_launcher != nullptr)
 			_launcher->rebuild();
 		rebuild();




More information about the Scummvm-git-logs mailing list