summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_tempodisplay.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-04-04 03:00:40 +1000
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:14 +1000
commit663814bf22a18964270598852ae406818bb863ba (patch)
tree062e7fb40bd58fb2cfe0ebeafc85d99d67cee104 /gtk2_ardour/editor_tempodisplay.cc
parentc5790b1cb60f0c630c52c7cea60c68fcc2387e76 (diff)
Tempo ramps - tempo marks use mvc-style copy drag, don't crash if two successive ramped tempos are the same :|
Diffstat (limited to 'gtk2_ardour/editor_tempodisplay.cc')
-rw-r--r--gtk2_ardour/editor_tempodisplay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc
index 3931e0bf09..fecdeb0ecb 100644
--- a/gtk2_ardour/editor_tempodisplay.cc
+++ b/gtk2_ardour/editor_tempodisplay.cc
@@ -368,7 +368,7 @@ Editor::edit_tempo_section (TempoSection* section)
double nt = tempo_dialog.get_note_type ();
Timecode::BBT_Time when;
- tempo_dialog.get_bbt_time(when);
+ tempo_dialog.get_bbt_time (when);
double const beat = _session->tempo_map().bbt_to_beats (when);
bpm = max (0.01, bpm);