From: Jean-Marc Lasgouttes Date: Wed, 3 Jul 2024 13:42:54 +0000 (+0200) Subject: fix comment X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=29597f600ee84425d2832cc7598752405787c53e;p=lyx.git fix comment --- diff --git a/src/insets/Inset.h b/src/insets/Inset.h index 04eb42ce73..ea8f00e38c 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -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; }