mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
(a)mend edb2d14124
This commit is contained in:
parent
edb2d14124
commit
0bf7b3211d
@ -1075,7 +1075,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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user