summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-05-20 02:57:38 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-05-20 02:57:38 +0000
commit62b491362cc86af4700425011477f9aa8ab2bd11 (patch)
treee414db8bf5056890dc9117c9e82d57534f36dc5e /gtk2_ardour/editor.cc
parent9c6984dbbb5583147788876dba80e203c2d38d1a (diff)
fix timestretch dialog/progress etc; make tranzport protocol non-mandatory
git-svn-id: svn://localhost/trunk/ardour2@517 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 62cfb30e6d..06412abcc8 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -322,7 +322,7 @@ Editor::Editor (AudioEngine& eng)
_new_regionviews_show_envelope = false;
current_timestretch = 0;
in_edit_group_row_change = false;
-
+ last_canvas_frame = 0;
edit_cursor = 0;
playhead_cursor = 0;