From 2956e084bbd898e28358f8ca343ed297441e2000 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 17 Nov 2003 12:53:44 +0000 Subject: [PATCH] make tables descendable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8092 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insettabular.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/insettabular.h b/src/insets/insettabular.h index ca578fb91b..a13b2ec7cb 100644 --- a/src/insets/insettabular.h +++ b/src/insets/insettabular.h @@ -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 -- 2.39.2