Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.6, 5.9.6, 5.11.1
-
None
-
12a7513a5d19d08d61653e7c802d867525eefc50
Description
I found wrong computing of end address in one algorithm
http://code.qt.io/cgit/qt/qtbase.git/tree/src/gui/text/qtextengine.cpp#n2056
there is re-computation of end address in property e
but it should beĀ
e = string + length;
Attachments
Issue Links
- relates to
-
QTBUG-69633 Space character reset bidi level when QTextOption::ShowTabsAndSpaces is enabled
- Closed