]> 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>
Wed, 11 Oct 2017 09:59:58 +0000 (11:59 +0200)
commit88d0390724c60410dd680a2528eab5c91b1252ce
treebe67709f56a1a43703494dffd7a6e49a3883bf5e
parent0bd6cc30bc30d3ae4315709c23b8aeb4bdccaf74
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.
src/Cursor.cpp
src/Text3.cpp