]> git.lyx.org Git - features.git/commit
Fix bug #8027: Edit->Paste Special->... does not replace selected text
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 7 Jun 2012 16:14:17 +0000 (18:14 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 7 Jun 2012 16:14:17 +0000 (18:14 +0200)
commitc7549c1b546794526f6e944905db360743760c1c
tree9f18e4fea99f2a50afb37d688a229557bab261fe
parent0ef36860c380626cc0930b34144794166fc1adb6
Fix bug #8027: Edit->Paste Special->... does not replace selected text

Delete the selection before all paste-like lfuns. This was previoulsy done
only for LFUN_PASTE, the others at best unset the selection.
src/Text3.cpp