82c1b4e916
- Recommend libqt5-qttranslations in libQt5Core5 (boo#1027925) - Fix typo in description (boo#1043338) - Update to 5.9.1 * For more details please see: http://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/ - Drop upstreamed patches: - fix-cmake-module-version.patch - dont-destroy-foreign-windows.patch - native-children-hidpi-offset.patch - Force use of libproxy, that switch got lost apparently - Add patch to allow build with at-spi2: 0001-Fix-at-spi2-build.patch OBS-URL: https://build.opensuse.org/request/show/508314 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=61
17 lines
660 B
Diff
17 lines
660 B
Diff
---
|
|
src/gui/text/qtextengine.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: qtbase-opensource-src-5.9.1/src/gui/text/qtextengine.cpp
|
|
===================================================================
|
|
--- qtbase-opensource-src-5.9.1.orig/src/gui/text/qtextengine.cpp
|
|
+++ qtbase-opensource-src-5.9.1/src/gui/text/qtextengine.cpp
|
|
@@ -1723,6 +1723,7 @@ void QTextEngine::itemize() const
|
|
case QChar::Script_Katakana:
|
|
case QChar::Script_Bopomofo:
|
|
case QChar::Script_Han:
|
|
+ case QChar::Script_Gujarati:
|
|
analysis[i].script = QChar::Script_Common;
|
|
break;
|
|
default:
|