]> git.lyx.org Git - features.git/commitdiff
(a)mend edb2d1412482bd
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 21 Jul 2018 16:33:49 +0000 (18:33 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 22 Jul 2018 08:19:37 +0000 (10:19 +0200)
(cherry picked from commit 0bf7b3211d89b117993c10389d872f7460ea1502)

src/insets/InsetText.cpp
status.23x

index 9dc88ca367bee1193e68f8d355a9b9233fd9ff96..930ea1475c6405954d23623c2a8e322223b6eb15 100644 (file)
@@ -1060,7 +1060,7 @@ docstring InsetText::toolTipText(docstring prefix, size_t const len) const
                        oss << "<div dir=\"rtl\">";
                writePlaintextParagraph(buffer(), *it, oss, rp, ref_printed, len);
                if ((*it).isRTL(buffer().params()))
-                       oss << "<div/>";
+                       oss << "</div>";
                if (oss.tellp() >= 0 && size_t(oss.tellp()) > len)
                        break;
        }
index c18c116f19c6955957accff7e26834999c98ee33..dca259209e5271fb74b00529b255b2cb483a0b79 100644 (file)
@@ -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