mark session dirty when dragging tempo markers.

This commit is contained in:
nick_m 2017-01-27 03:05:32 +11:00
parent 666ed3a0bd
commit 7b9784fff4
10 changed files with 10 additions and 28 deletions

View file

@ -1729,7 +1729,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void compute_current_bbt_points (std::vector<ARDOUR::TempoMap::BBTPoint>& grid, framepos_t left, framepos_t right);
void tempo_map_changed (const PBD::PropertyChange&);
void marker_position_changed ();
void tempometric_position_changed (const PBD::PropertyChange&);
void redisplay_tempo (bool immediate_redraw);
uint32_t bbt_beat_subdivision;