On Mon, Nov 25, 2024 at 02:55:36PM +0000, Jean-Marc Lasgouttes wrote: > commit 91d1ad319d51cba51463f0fd040fbcf4d6c2c2be > Author: Jean-Marc Lasgouttes <lasgout...@lyx.org> > Date: Mon Nov 25 15:40:56 2024 +0100 > > Cleanup TextMetrics::getPosNearX > > This function mostly iterates though a row. Therefore it makes sense > to turn it into a wrapper around an new Row::x2pos() function. > > Take this opportunity to use the C++17 structured bindings declaration > instead of passing a bool variable by address (which is only an output > variable). > > No change intended. > ---
I think this commit introduces an issue: 1. Open attached .lyx file. 2. Put cursor at the beginning of the file. 3. Hold shift and press <Down>. 4. Hold shift and press <Down>. Result: the cursor appears to get stuck and doesn't move down. Can you reproduce? Scott
selection-issue.23.lyx
Description: application/lyx
signature.asc
Description: PGP signature
-- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel