Don't clear the clipboard when deleting things
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Thu, 15 May 2014 23:49:09 +0000 (00:49 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Fri, 16 May 2014 00:03:37 +0000 (01:03 +0100)
commit46fa5c939720a8493975a8d35d04282b68c05842
tree85d9adb103d5bb2763e7667d9e0d4565e14bc88f
parent99c0ef21d797bb4b3de5b5f0b2a9d204fc3b1132
Don't clear the clipboard when deleting things

Deleting regions (or ranges, or anything) shouldn't affect the contents of
the clipboard - only CutCopyOp::Copy, CutCopyOp::Cut and CutCopyOp::Clear
should do that.
gtk2_ardour/editor_ops.cc