mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
tempo-marker start bpm text was not being updated during+after a mouse drag
This commit is contained in:
parent
3a6a70c240
commit
3af055e0c0
1 changed files with 3 additions and 0 deletions
|
|
@ -191,6 +191,9 @@ TempoCurve::set_duration (samplecnt_t duration)
|
|||
format_tempo (_tempo->end_note_types_per_minute(), _tempo->note_type(), buf, sizeof(buf));
|
||||
_end_text->set (buf);
|
||||
|
||||
format_tempo (_tempo->note_types_per_minute(), _tempo->note_type(), buf, sizeof(buf));
|
||||
_start_text->set (buf);
|
||||
|
||||
const double ui_scale = UIConfiguration::instance ().get_ui_scale ();
|
||||
|
||||
_start_text->set_position (ArdourCanvas::Duple ((10 * ui_scale), (.5 * ui_scale)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue