summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-29 18:30:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-29 18:30:10 +0000
commitf1505b631dd6a2ef30eae01e00ca7162de0aba3f (patch)
tree9387adf7cde30f50990c1fae5ac92ecbd002eed4 /gtk2_ardour/editor_mouse.cc
parent71988944739d8daf2fda75ee709fa54af2f2f1f5 (diff)
substantive change to try to provide some rationality for region gain line visibility (and automation line visibility in general
git-svn-id: svn://localhost/ardour2/branches/3.0@12478 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_mouse.cc')
-rw-r--r--gtk2_ardour/editor_mouse.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index b5c7635265..5b718f49f0 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -473,6 +473,8 @@ Editor::mouse_mode_toggled (MouseMode m)
}
set_canvas_cursor ();
+ cerr << "mouse-driven sgev\n";
+ set_gain_envelope_visibility ();
MouseModeChanged (); /* EMIT SIGNAL */
}