]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTabular.h
Fix bug #6280: Wrong context menu is opened in an auto-opened inset.
[features.git] / src / insets / InsetTabular.h
index 9ac05fa489cbaac663ff102dad1779e5f54516b3..6311d7d6f8cb3512466033b8c64fbde85537edbc 100644 (file)
@@ -824,7 +824,7 @@ public:
        ///
        Inset * editXY(Cursor & cur, int x, int y);
        /// can we go further down on mouse click?
-       bool descendable() const { return true; }
+       bool descendable(BufferView const & bv) const { return true; }
        // Update the counters of this inset and of its contents
        void updateLabels(ParIterator const &);