some sort-of-deep fixes to get autoscroll/vertical scroll to work properly for cairocanvas

This commit is contained in:
Paul Davis 2013-07-10 19:10:06 -04:00
parent 63e9138f1f
commit 525cb6b4a7
6 changed files with 49 additions and 44 deletions

View file

@ -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()) {
/*