]> git.lyx.org Git - features.git/commitdiff
make tables descendable
authorAndré Pönitz <poenitz@gmx.net>
Mon, 17 Nov 2003 12:53:44 +0000 (12:53 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 17 Nov 2003 12:53:44 +0000 (12:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8092 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insettabular.h

index ca578fb91b3d5417f434efb6e33828e26564326a..a13b2ec7cb325457cc73856bcdc8ee2463baf75a 100644 (file)
@@ -173,6 +173,8 @@ public:
        void edit(BufferView * bv, bool);
        ///
        void edit(BufferView * bv, int, int);
+       /// can we go further down on mouse click?
+       bool descendable() const { return true; }
 protected:
        ///
        virtual