mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
implement focus_on_clock for each tabbable
This commit is contained in:
parent
9a03fa59b1
commit
983236f348
10 changed files with 48 additions and 2 deletions
|
|
@ -406,7 +406,6 @@ public:
|
|||
|
||||
virtual MixerStrip* get_current_mixer_strip () const = 0;
|
||||
|
||||
|
||||
virtual Temporal::TempoMap::WritableSharedPtr begin_tempo_map_edit () = 0;
|
||||
virtual void abort_tempo_map_edit () = 0;
|
||||
void commit_tempo_map_edit (Temporal::TempoMap::WritableSharedPtr& map, bool with_update = false) {
|
||||
|
|
@ -449,6 +448,8 @@ public:
|
|||
virtual void end_track_drag () = 0;
|
||||
virtual bool track_dragging() const = 0;
|
||||
|
||||
virtual void focus_on_clock() = 0;
|
||||
|
||||
/// Singleton instance, set up by Editor::Editor()
|
||||
|
||||
static PublicEditor* _instance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue