From: André Pönitz Date: Mon, 17 Nov 2003 12:53:44 +0000 (+0000) Subject: make tables descendable X-Git-Tag: 1.6.10~15788 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2956e084bbd898e28358f8ca343ed297441e2000;p=features.git make tables descendable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8092 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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