]> git.lyx.org Git - lyx.git/commitdiff
fix comment
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Jul 2024 13:42:54 +0000 (15:42 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Jul 2024 13:43:12 +0000 (15:43 +0200)
src/insets/Inset.h

index 04eb42ce73b4f90421bfc2912324635abbc75e27..ea8f00e38c4fcfb97c643b8547ceb3e9da4ebbf3 100644 (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; }