]> git.lyx.org Git - features.git/commit
Fixed bug where delete/backspace like operations on selections filled the
authorJürgen Vigna <jug@sad.it>
Wed, 8 Aug 2001 14:36:56 +0000 (14:36 +0000)
committerJürgen Vigna <jug@sad.it>
Wed, 8 Aug 2001 14:36:56 +0000 (14:36 +0000)
commit0756c7aed167314658fd77c993f223f4054f65bd
tree974380ca14ff0fd8c6778e618a80c82ab9cdcddc
parent86e4a9bc8aadab907061da24ca6c0f4b05198f7c
Fixed bug where delete/backspace like operations on selections filled the
cut'n paste buffer. Now this buffer is not touched by this operations.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2454 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.h
src/BufferView2.C
src/BufferView_pimpl.C
src/ChangeLog
src/CutAndPaste.C
src/CutAndPaste.h
src/lyxtext.h
src/text.C
src/text2.C