mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
vertical scroll stop on automation lanes
This commit is contained in:
parent
f39d450640
commit
6874bca886
3 changed files with 112 additions and 16 deletions
|
|
@ -363,8 +363,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
|
||||
void scroll_tracks_down_line ();
|
||||
void scroll_tracks_up_line ();
|
||||
bool scroll_up_one_track ();
|
||||
bool scroll_down_one_track ();
|
||||
bool scroll_up_one_track (bool skip_child_views = false);
|
||||
bool scroll_down_one_track (bool skip_child_views = false);
|
||||
|
||||
void prepare_for_cleanup ();
|
||||
void finish_cleanup ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue