mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Add missing braces to Editor::cut_copy conditional
This commit is contained in:
parent
c9617b4b16
commit
c54978bd5c
1 changed files with 2 additions and 1 deletions
|
|
@ -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 ();
|
cut_buffer->clear ();
|
||||||
|
}
|
||||||
|
|
||||||
if (entered_marker) {
|
if (entered_marker) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue