]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
Fix bug #6280: Wrong context menu is opened in an auto-opened inset.
[features.git] / src / insets / Inset.h
index 33e0c59fa31cc49fb647d24513d70b5f8a76dbf1..10e1f4a28c940b68aa3c35fd11963db8f405da94 100644 (file)
@@ -309,7 +309,7 @@ public:
        virtual bool hasSettings() const;
        /// can we go further down on mouse click?
        // true for InsetCaption, InsetCollapsables (not ButtonOnly), InsetTabular
-       virtual bool descendable() const { return false; }
+       virtual bool descendable(BufferView const &) const { return false; }
        /// is this an inset that can be moved into?
        /// FIXME: merge with editable()
        // true for InsetTabular & InsetText