]> git.lyx.org Git - features.git/commit
Call DEPM properly when going somewhere with outliner.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 26 Mar 2015 09:27:59 +0000 (10:27 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 26 Mar 2015 09:45:48 +0000 (10:45 +0100)
commit67e6c45f80cd743dc88cd35749c2cd160f5dded6
tree327bcef3118f36234474cadf9bae2ce11901ca71
parent6d3019c7de54e0a6f36405df694cf4c311574d5c
Call DEPM properly when going somewhere with outliner.

LFUN_PARAGRAPH_GOTO used to do a plain setCursor, whereas the more elaborate mouseSetCursor is a much better version.

Fixes bug #9479.
src/BufferView.cpp