13
0

Remove duplicated tempo curve colour change when dragging

This commit is contained in:
nick_m 2017-06-17 05:01:20 +10:00
parent d94c630134
commit 2bec17ca1a

View File

@ -3572,7 +3572,6 @@ BBTRulerDrag::start_grab (GdkEvent* event, Gdk::Cursor* cursor)
if (_tempo->clamped()) {
TempoSection* prev = map.previous_tempo_section (_tempo);
if (prev) {
_editor->tempo_curve_selected (prev, true);
sstr << "end: " << fixed << setprecision(3) << prev->end_note_types_per_minute() << "\n";
}
}