From d6f509d4f5493dd8d21e5ec8e4cd206022554562 Mon Sep 17 00:00:00 2001 From: nick_m Date: Sun, 4 Oct 2015 05:29:45 +1100 Subject: [PATCH] Show verbose cursor control point values in MouseContent mode as well. --- gtk2_ardour/editor_mouse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc index ba80c033bc..0443a2d2d1 100644 --- a/gtk2_ardour/editor_mouse.cc +++ b/gtk2_ardour/editor_mouse.cc @@ -1679,7 +1679,7 @@ Editor::enter_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemType item_ switch (item_type) { case ControlPointItem: - if (mouse_mode == MouseDraw || mouse_mode == MouseObject) { + if (mouse_mode == MouseDraw || mouse_mode == MouseObject || mouse_mode == MouseContent) { cp = static_cast(item->get_data ("control_point")); cp->show ();