summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-21 09:41:47 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-21 09:49:35 -0400
commit4f7d94ea6768fdbd09c04346e0f30c9c11e96ce7 (patch)
tree64df96474de9191b7ae3fff2075925e8c89bd24b /gtk2_ardour/editor.h
parent9d7efe786541d3ba67fa1755d6f4475c6bdfaece (diff)
latest tweaks to autoscroll: symmetrical boundary on both sides, stop runaway scrolling, and more
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 948b8847f9..11aea62ee3 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1736,7 +1736,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
ArdourCanvas::Rect autoscroll_boundary;
bool autoscroll_canvas ();
- void start_canvas_autoscroll (bool allow_horiz, bool allow_vert);
+ void start_canvas_autoscroll (bool allow_horiz, bool allow_vert, const ArdourCanvas::Rect& boundary);
void stop_canvas_autoscroll ();
/* trimming */