]> git.lyx.org Git - features.git/commit
Do not forget to set cursor current font when selecting
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 11 Oct 2017 09:56:09 +0000 (11:56 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 12 Oct 2017 19:13:55 +0000 (21:13 +0200)
commit80983a35535753992ab1499e2230592063f6ddcb
tree0c394955f4347780e44a014fdd3039449ec1fb49
parentb79d07f4a591f960625bef8cae760e08add6f549
Do not forget to set cursor current font when selecting

Fix several unreleated cases where the `selecting' code path did not
reset cursor font correctly. This leads to a caret that does not have
the correct size, and can cause caret droppings with the new display
scheme.

(cherry picked from commit 88d0390724c60410dd680a2528eab5c91b1252ce)
src/Cursor.cpp
src/Text3.cpp