mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
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:
parent
11faee3307
commit
51c333a7b3
7 changed files with 82 additions and 50 deletions
|
|
@ -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 ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue