]> git.lyx.org Git - features.git/commit
Fix bug where cursor size is not reset correctly.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 1 Oct 2020 10:44:38 +0000 (12:44 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 1 Oct 2020 10:44:38 +0000 (12:44 +0200)
commit7d9653190918cffac883d0f0977564c0e11275df
treec7bea04b2bef0f3304f19bf3c5791589640b70b1
parent64f001e6cd58f8bbcfa5fec30009c4bb0e0df898
Fix bug where cursor size is not reset correctly.

A couple of calls to setCurrentFont fix the issue, but there has to be
more cases to catch. I am not sure why it used to work.
src/Text3.cpp