Remove duplicated tempo curve colour change when dragging
This commit is contained in:
parent
d94c630134
commit
2bec17ca1a
@ -3572,7 +3572,6 @@ BBTRulerDrag::start_grab (GdkEvent* event, Gdk::Cursor* cursor)
|
|||||||
if (_tempo->clamped()) {
|
if (_tempo->clamped()) {
|
||||||
TempoSection* prev = map.previous_tempo_section (_tempo);
|
TempoSection* prev = map.previous_tempo_section (_tempo);
|
||||||
if (prev) {
|
if (prev) {
|
||||||
_editor->tempo_curve_selected (prev, true);
|
|
||||||
sstr << "end: " << fixed << setprecision(3) << prev->end_note_types_per_minute() << "\n";
|
sstr << "end: " << fixed << setprecision(3) << prev->end_note_types_per_minute() << "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user