]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.cpp
Correct date
[lyx.git] / src / Cursor.cpp
index ce0281251a75850c154665de7610ae020aabc05d..7afefcf372e3b7cd26558c69af60f8dd28ecf55d 100644 (file)
@@ -2217,7 +2217,7 @@ bool Cursor::upDownInText(bool up, bool & updateNeeded)
                        if (updateNeeded)
                                forceBufferUpdate();
                }
-               return valid_destination;
+               return false;
        }
 
        // with and without selection are handled differently