mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 16:31:13 +00:00
fix comment
This commit is contained in:
parent
1dd0bf3253
commit
29597f600e
@ -260,7 +260,7 @@ public:
|
|||||||
/// Label font
|
/// Label font
|
||||||
virtual FontInfo getLabelfont() const;
|
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;
|
virtual bool idxUpDown(Cursor & cur, bool up) const;
|
||||||
/// Move one cell backwards
|
/// Move one cell backwards
|
||||||
virtual bool idxBackward(Cursor &) const { return false; }
|
virtual bool idxBackward(Cursor &) const { return false; }
|
||||||
|
Loading…
Reference in New Issue
Block a user