summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-10-04 05:29:45 +1100
committernick_m <mainsbridge@gmail.com>2015-10-20 00:53:29 +1100
commit58068b4e85a5104e0015ba57b705e29488946251 (patch)
treea6d1c76b8737841e3105d68666202816e2087142 /gtk2_ardour/editor_mouse.cc
parent6fe6f95d04c5eb7a021343970323f679c2d01fdd (diff)
Show verbose cursor control point values in MouseContent mode as well.
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 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<ControlPoint*>(item->get_data ("control_point"));
cp->show ();