]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetExternal.h
index d5a2bc8febe882df11972afab27fc00d8d0af323..19baa141c44fa90a18601eeb68b9da33248ea5b1 100644 (file)
@@ -115,7 +115,8 @@ public:
        docstring contextMenu(BufferView const & bv, int x, int y) const;
        ///
        bool setMouseHover(BufferView const * bv, bool mouse_hover);
-
+       ///
+       bool clickable(int, int) const { return true; }
 private:
        ///
        InsetExternal(InsetExternal const &);