]> git.lyx.org Git - features.git/commit
Set cursor properly after double/triple click in mathed
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 12 Jun 2017 16:00:43 +0000 (18:00 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 12 Jun 2017 16:02:39 +0000 (18:02 +0200)
commit5d7dae9e382f0b01800f5652e673e12fa6923740
tree0949fa6192cbfd3d405cbc0be8f3838b68b772cf
parentae561677184931cd3ebdae8c419e9a8c5dd623b1
Set cursor properly after double/triple click in mathed

Without this setCurrentFont() is not correctly called on the
BufferView cursor and the cursor could appear in L-form.

Fixes bug #10686.
src/mathed/InsetMathNest.cpp