summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2016-12-13 17:10:30 +1000
committerTim Mayberry <mojofunk@gmail.com>2016-12-13 17:10:30 +1000
commitb34a614df4e5e55d5bebb23629762be812067cb7 (patch)
treec654915382a0c99d7cc8c4aa11958a49b0dfd196 /gtk2_ardour/editor_drag.cc
parentfced0887aac02c9505290a74b2bf3ec471a89932 (diff)
Further fixes to non-cxx11 enabled builds
Hopefully all that is necessary this time
Diffstat (limited to 'gtk2_ardour/editor_drag.cc')
-rw-r--r--gtk2_ardour/editor_drag.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc
index cad6e782a0..d29b9b78c4 100644
--- a/gtk2_ardour/editor_drag.cc
+++ b/gtk2_ardour/editor_drag.cc
@@ -5314,7 +5314,7 @@ SelectionDrag::finished (GdkEvent* event, bool movement_occurred)
if (was_double_click()) {
if (UIConfiguration::instance().get_use_double_click_to_zoom_to_selection()) {
- _editor->temporal_zoom_selection (ZoomAxis::Both);
+ _editor->temporal_zoom_selection (Both);
return;
}
}