]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCollapsable.h
Fix bug #6280: Wrong context menu is opened in an auto-opened inset.
[features.git] / src / insets / InsetCollapsable.h
index d692ce91c984684c3ed0c11d9d1275b2da58d8e1..b693f6bec1b57a76eb372bf4c08c686178188b45 100644 (file)
@@ -67,7 +67,7 @@ public:
        ///
        bool hasSettings() const { return true; }
        /// can we go further down on mouse click?
-       bool descendable() const;
+       bool descendable(BufferView const & bv) const;
        ///
        void setLabel(docstring const & l);
        ///