mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
parent
7ec4fa149c
commit
1d8ee1c704
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user