]> git.lyx.org Git - features.git/commit
Set boundary correctly in getPosNearX
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 6 Apr 2017 13:05:19 +0000 (15:05 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 6 Apr 2017 13:16:59 +0000 (15:16 +0200)
commite3d252cd6256b32745b93c0cb0fd5170f448f91c
tree5dc770c5bec3cd0a313de41bc66e5c5de0d7d732
parent86ae7dad3fc1cad3744663d0da8034625dc9ffb1
Set boundary correctly in getPosNearX

The code that looks whether neighbor block has a different direction
should look to the left or to the right depending on the direction of
the current block.

Fixes part of bug #10569
src/TextMetrics.cpp