Remove double-nested reversible command when note editing
[ardour.git] / gtk2_ardour / editor_ops.cc
index b48b1f169bdc10d3e4b0677755b5c7ad002e791f..512648993c462e7ce869bf4a99936e01b92610b9 100644 (file)
@@ -4192,8 +4192,9 @@ Editor::cut_copy (CutCopyOp op)
                }
        }
 
-       if ( op != Delete )  //"Delete" doesn't change copy/paste buf
+       if ( op != Delete ) { //"Delete" doesn't change copy/paste buf
                cut_buffer->clear ();
+       }
 
        if (entered_marker) {