mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix line break in tooltip
Fixes: #11252
(cherry picked from commit 6d71b9b69a
)
This commit is contained in:
parent
62abc4e751
commit
7356f37644
@ -227,7 +227,6 @@ docstring InsetBibtex::toolTip(BufferView const & /*bv*/, int /*x*/, int /*y*/)
|
||||
tip += _("included in TOC");
|
||||
}
|
||||
if (!getParam("biblatexopts").empty()) {
|
||||
if (toc)
|
||||
tip += "<br />";
|
||||
tip += _("Options: ") + getParam("biblatexopts");
|
||||
}
|
||||
|
@ -288,6 +288,8 @@ What's new
|
||||
|
||||
- Fix size policy of buffer combo in refs dialog (bug 9316).
|
||||
|
||||
- Fix line break in Bib(La)TeX tooltip (bug 11252).
|
||||
|
||||
|
||||
* INTERNALS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user