]> git.lyx.org Git - features.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>
Fri, 8 Jan 2021 18:31:42 +0000 (19:31 +0100)
commit9e1db65932b895778525c48d524adfad2ae37739
treebf3876e7c49e036e10d936cf4f4ddc5f9409fb97
parent474cb42e21eb0123bcadb18a5d1421c90abc999d
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.
src/BufferView.cpp
src/Text3.cpp
src/insets/InsetTabular.cpp
src/mathed/InsetMathNest.cpp