Add missing braces to Editor::cut_copy conditional
This commit is contained in:
parent
c9617b4b16
commit
c54978bd5c
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user