click (no drag) on markers locates there, unless using marker as edit point

This commit is contained in:
Paul Davis 2023-09-07 14:06:00 -06:00
parent 3f14b27ee3
commit f9a121ce9c
2 changed files with 11 additions and 1 deletions

View file

@ -1780,6 +1780,8 @@ private:
void mid_tempo_change (MidTempoChanges);
Editing::EditPoint edit_point() const { return _edit_point; }
protected:
void _commit_tempo_map_edit (Temporal::TempoMap::WritableSharedPtr&, bool with_update = false);