mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
69a698c48a
commit
2956e084bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user