]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetFloat.cpp
Fix bug 4346: http://bugzilla.lyx.org/show_bug.cgi?id=4346.
[features.git] / src / insets / InsetFloat.cpp
index 0dfe34326bbaf41fde0267d214aa92cc3be60b2d..37a247af44341588628045ca3064656786b5583b 100644 (file)
@@ -135,7 +135,7 @@ docstring InsetFloat::name() const
 
 docstring InsetFloat::toolTip(BufferView const & bv, int x, int y) const
 {
-       if (InsetCollapsable::toolTip(bv, x, y).empty() || isOpen())
+       if (InsetCollapsable::toolTip(bv, x, y).empty() || isOpen(bv))
                return docstring();
 
        OutputParams rp(&buffer().params().encoding());