more NSD madness curing; fix up canvas range rects and marker line height mgmt

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2902 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-01-12 03:56:43 +00:00
parent 11faee3307
commit 51c333a7b3
7 changed files with 82 additions and 50 deletions

View file

@ -872,19 +872,6 @@ Editor::show_window ()
}
}
void
Editor::tie_vertical_scrolling ()
{
double y1 = vertical_adjustment.get_value();
playhead_cursor->set_y_axis (y1);
if (logo_item) {
logo_item->property_y() = y1;
}
controls_layout.get_vadjustment()->set_value (y1);
}
void
Editor::instant_save ()
{