fix comment

This commit is contained in:
Jean-Marc Lasgouttes 2024-07-03 15:42:54 +02:00
parent 1dd0bf3253
commit 29597f600e

View File

@ -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; }