mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix comment
This commit is contained in:
parent
1dd0bf3253
commit
29597f600e
@ -260,7 +260,7 @@ public:
|
||||
/// Label font
|
||||
virtual FontInfo getLabelfont() const;
|
||||
|
||||
/// Where should we go when we press the up or down cursor key?
|
||||
/// Move the cursor vertically into inset; returns false when not possible.
|
||||
virtual bool idxUpDown(Cursor & cur, bool up) const;
|
||||
/// Move one cell backwards
|
||||
virtual bool idxBackward(Cursor &) const { return false; }
|
||||
|
Loading…
Reference in New Issue
Block a user