73724d91a2
------------------------------------------------------------------- - Build with pkgconfig(libudev), not pkgconfig(udev) ------------------------------------------------------------------- - Fix the modal dialogs can go behind other process windows (QTBUG-35302) * libqt5-fix-the-modal-dialogs-can-go-behind.patch ------------------------------------------------------------------- - Fix broken Gujarati rendering (bnc#878292): libqt5-Fix-Gujarati-font.patch OBS-URL: https://build.opensuse.org/request/show/235520 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=20
15 lines
476 B
Diff
15 lines
476 B
Diff
---
|
|
src/gui/text/qtextengine.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/src/gui/text/qtextengine.cpp
|
|
+++ b/src/gui/text/qtextengine.cpp
|
|
@@ -1549,6 +1549,7 @@ void QTextEngine::itemize() const
|
|
case QChar::Script_Hiragana:
|
|
case QChar::Script_Katakana:
|
|
case QChar::Script_Bopomofo:
|
|
+ case QChar::Script_Gujarati:
|
|
analysis[i].script = QChar::Script_Common;
|
|
break;
|
|
default:
|