]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.h
Fix bug #8083: Fix the selection of cells below multirows
[lyx.git] / src / insets / InsetTOC.h
index cb32c66ac3f18c85b1df6313a151c12f3cba773f..9ba7cf06f3de98d527014932d087ed8c725ef435 100644 (file)
@@ -41,6 +41,8 @@ public:
        docstring xhtml(XHTMLStream & xs, OutputParams const &) const;
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
+       ///
+       bool clickable(int, int) const { return true; }
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes