summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_dialog.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-04-21 10:16:00 -0500
committerBen Loftis <ben@harrisonconsoles.com>2015-04-21 10:22:28 -0500
commiteafb66d00121986354b01c8367404d4c91038aac (patch)
tree21b7b877f19da8219afb375f68bb40c96edc9e64 /gtk2_ardour/tempo_dialog.cc
parente2afdb21c348e89c39cd2d5f46e06d7f2726a43c (diff)
update some calls to use new get_preferred_edit_position; needs testing
Diffstat (limited to 'gtk2_ardour/tempo_dialog.cc')
-rw-r--r--gtk2_ardour/tempo_dialog.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/tempo_dialog.cc b/gtk2_ardour/tempo_dialog.cc
index d430f22523..a458c4220a 100644
--- a/gtk2_ardour/tempo_dialog.cc
+++ b/gtk2_ardour/tempo_dialog.cc
@@ -300,6 +300,8 @@ TempoDialog::tap_tempo_button_press (GdkEventButton *ev)
tapped = true;
}
last_tap = now;
+
+ return true;
}
bool