Reset repeated paste state on cut/copy.

This commit is contained in:
David Robillard 2014-11-16 02:51:18 -05:00
parent b4fcdbb100
commit 9321aedb24

View File

@ -3900,6 +3900,9 @@ Editor::cut_copy (CutCopyOp op)
}
if (did_edit) {
/* reset repeated paste state */
paste_count = 0;
last_paste_pos = 0;
commit_reversible_command ();
}