summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-27 03:22:21 +0200
committerRobin Gareus <robin@gareus.org>2017-07-27 03:22:21 +0200
commite91821bd76b6008d9df6d5086655daa40a19275d (patch)
treed2b5011730183a9099556082e53140399c054914 /gtk2_ardour/editor.cc
parent3899c06fae96c09a04a2bc63a414a1fcfa847557 (diff)
Fix pasting automation at 0
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 27b0d1b08c..d84d92267d 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -353,7 +353,7 @@ Editor::Editor ()
, cut_buffer_start (0)
, cut_buffer_length (0)
, button_bindings (0)
- , last_paste_pos (0)
+ , last_paste_pos (-1)
, paste_count (0)
, sfbrowser (0)
, current_interthread_info (0)