]> git.lyx.org Git - lyx.git/commit
Improve caret position when splitting a view
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 1 Sep 2023 17:36:45 +0000 (19:36 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 2 Sep 2023 15:21:03 +0000 (17:21 +0200)
commite651e15a99721ea0611f12550a14316b1e890da9
treea7b3baa2852e935b26bdb7fb842fd32628d203d9
parentf833e5f184f23c4883df2d21b72407d88f26de83
Improve caret position when splitting a view

The old code only worked for toplevel cursors and did not show current cursor.
Note that the two windows do not have exactly the same offset.

Fixes bug #12689.
src/frontends/qt/GuiView.cpp