summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.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_mouse.cc
parentfced0887aac02c9505290a74b2bf3ec471a89932 (diff)
Further fixes to non-cxx11 enabled builds
Hopefully all that is necessary this time
Diffstat (limited to 'gtk2_ardour/editor_mouse.cc')
-rw-r--r--gtk2_ardour/editor_mouse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index dabdb1e90d..578595ff2a 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -2146,7 +2146,7 @@ void
Editor::edit_region (RegionView* rv)
{
if (UIConfiguration::instance().get_use_double_click_to_zoom_to_selection()) {
- temporal_zoom_selection (ZoomAxis::Both);
+ temporal_zoom_selection (Both);
} else {
rv->show_region_editor ();
}