Mini-timeline: Any click not on a marker should trigger a locate
[ardour.git] / gtk2_ardour / editor_mouse.cc
index dabdb1e90d4f0e4d93862cf00c2b920bdb4c997e..578595ff2a5fc496f06664141e77edda499fe811 100644 (file)
@@ -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 ();
        }