make tables descendable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8092 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-11-17 12:53:44 +00:00
parent 69a698c48a
commit 2956e084bb

View 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