summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-10 19:10:06 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-10 19:10:06 -0400
commit525cb6b4a77e0127ebbb1b8e06d28711927b1633 (patch)
treebf05fc9787f30eb2eb26dc98d14747278a9d2d49 /gtk2_ardour/editor_routes.cc
parent63e9138f1fccfa64b8e894fd18e8985e564cd904 (diff)
some sort-of-deep fixes to get autoscroll/vertical scroll to work properly for cairocanvas
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index b700556402..10f2c3f5ed 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -535,7 +535,6 @@ EditorRoutes::redisplay ()
_editor->reset_controls_layout_height (position);
_editor->reset_controls_layout_width ();
_editor->_full_canvas_height = position;
- _editor->vertical_adjustment.set_upper (_editor->_full_canvas_height);
if ((_editor->vertical_adjustment.get_value() + _editor->_visible_canvas_height) > _editor->vertical_adjustment.get_upper()) {
/*