2014-06-01 18:55:54 +02:00
|
|
|
---
|
|
|
|
src/gui/text/qtextengine.cpp | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
2017-07-08 12:25:20 +02:00
|
|
|
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
|
2014-06-01 18:55:54 +02:00
|
|
|
case QChar::Script_Katakana:
|
|
|
|
case QChar::Script_Bopomofo:
|
2015-09-27 08:38:22 +02:00
|
|
|
case QChar::Script_Han:
|
2014-06-01 18:55:54 +02:00
|
|
|
+ case QChar::Script_Gujarati:
|
|
|
|
analysis[i].script = QChar::Script_Common;
|
|
|
|
break;
|
|
|
|
default:
|