mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
add optional arg to Editor::ensure_time_axis_view_is_visible() to "force" "make it visible as the top track" behaviour
This commit is contained in:
parent
6f3ebba3b6
commit
95f81e2d24
4 changed files with 20 additions and 8 deletions
|
|
@ -178,6 +178,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void set_internal_edit (bool yn);
|
||||
bool toggle_internal_editing_from_double_click (GdkEvent*);
|
||||
|
||||
void _ensure_time_axis_view_is_visible (const TimeAxisView& tav, bool at_top);
|
||||
void foreach_time_axis_view (sigc::slot<void,TimeAxisView&>);
|
||||
void add_to_idle_resize (TimeAxisView*, int32_t);
|
||||
|
||||
|
|
@ -350,7 +351,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
|
||||
void show_window ();
|
||||
|
||||
void ensure_time_axis_view_is_visible (const TimeAxisView& tav);
|
||||
void scroll_tracks_down_line ();
|
||||
void scroll_tracks_up_line ();
|
||||
bool scroll_up_one_track ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue