mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-15 00:10:53 +03:00
Thanks-to: Sam James <sam@gentoo.org> Closes: https://bugs.gentoo.org/966860 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
11 lines
524 B
Diff
11 lines
524 B
Diff
--- a/textitem.cpp
|
|
+++ b/textitem.cpp
|
|
@@ -161,7 +161,7 @@ void TextItems::debug(const int page, const int ToleranceY,
|
|
const QRect rect = item.toRect();
|
|
out << item.text;
|
|
if (!ComparingWords)
|
|
- out << QString(" %1").arg(item.text.at(0).unicode(), 4, 16,
|
|
+ out << QString(" %1").arg(static_cast<int>(item.text.at(0).unicode()), 4, 16,
|
|
QChar('0'));
|
|
if (Yx) {
|
|
const int y = normalizedY(static_cast<int>(item.rect.y()),
|