]> git.lyx.org Git - lyx.git/commit
Move handling of LFUN_COPY to BufferView
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 8 Jan 2021 18:27:19 +0000 (19:27 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 11 Jan 2021 15:31:05 +0000 (16:31 +0100)
commit9886bf96c1b0ce3c035d8b7191b2c85c252cc426
treed474439d14791b7556287251c93260a7515e750e
parent1c4bc08be7465e6b71bb004365729a566b34d799
Move handling of LFUN_COPY to BufferView

It turns out that the code is the same in texted ans mathed and that
whatever is done in InsetTabular is not useful.

This means that we do not need to deal Text::dispatch idiosyncrasies
(in particular forcing the cursor to be visible).

Fix bug #11225.

(cherry picked from commit 9e1db65932b895778525c48d524adfad2ae37739)
src/BufferView.cpp
src/Text3.cpp
src/insets/InsetTabular.cpp
src/mathed/InsetMathNest.cpp
status.23x