]> git.lyx.org Git - features.git/commitdiff
Fix line break in tooltip
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 17 Aug 2018 08:32:57 +0000 (10:32 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 20 Aug 2018 06:37:25 +0000 (08:37 +0200)
Fixes: #11252
(cherry picked from commit 6d71b9b69a0166fbc95b8c356e355924b4b73ce0)

src/insets/InsetBibtex.cpp
status.23x

index 4ecb5227378b13391166ddf8b616a0c71e8ee73a..7ad93a058763f9418b2f20c2f4a13eaafe392754 100644 (file)
@@ -227,8 +227,7 @@ docstring InsetBibtex::toolTip(BufferView const & /*bv*/, int /*x*/, int /*y*/)
                        tip += _("included in TOC");
                }
                if (!getParam("biblatexopts").empty()) {
-                       if (toc)
-                               tip += "<br />";
+                       tip += "<br />";
                        tip += _("Options: ") + getParam("biblatexopts");
                }
        }
index e7b3b20dc24c96f7537b9a219ac957389d95815d..4ed51506ba6a55f76d93340095cf04b04994823f 100644 (file)
@@ -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