From: nick_m Date: Sat, 3 Oct 2015 18:29:45 +0000 (+1100) Subject: Show verbose cursor control point values in MouseContent mode as well. X-Git-Tag: 4.5~649 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=58068b4e85a5104e0015ba57b705e29488946251;p=ardour.git Show verbose cursor control point values in MouseContent mode as well. --- 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 ();