From: Juergen Spitzmueller Date: Sat, 21 Jul 2018 16:33:49 +0000 (+0200) Subject: (a)mend edb2d1412482bd X-Git-Tag: 2.3.1~47 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1d8ee1c7046710629f6683ea9d12488c41446777;p=features.git (a)mend edb2d1412482bd (cherry picked from commit 0bf7b3211d89b117993c10389d872f7460ea1502) --- diff --git a/src/insets/InsetText.cpp b/src/insets/InsetText.cpp index 9dc88ca367..930ea1475c 100644 --- a/src/insets/InsetText.cpp +++ b/src/insets/InsetText.cpp @@ -1060,7 +1060,7 @@ docstring InsetText::toolTipText(docstring prefix, size_t const len) const oss << "
"; writePlaintextParagraph(buffer(), *it, oss, rp, ref_printed, len); if ((*it).isRTL(buffer().params())) - oss << "
"; + oss << "
"; if (oss.tellp() >= 0 && size_t(oss.tellp()) > len) break; } diff --git a/status.23x b/status.23x index c18c116f19..dca259209e 100644 --- a/status.23x +++ b/status.23x @@ -276,6 +276,8 @@ What's new - Fix nesting problem with numbers in RTL text (bug 6283). +- Fix display of RTL text in tooltips (bug 10672). + * INTERNALS