summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_region_view.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-16 21:12:06 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-16 21:12:06 +0000
commit27dd925f42911c527d8a4ffba3225dbac3c62bac (patch)
treeecaeb7bff46d52b64c40fc2c4113394ab8f2b15e /gtk2_ardour/automation_region_view.cc
parentda67628bcf19c47d6531e212e8a650d82b1abd4c (diff)
Don't tempt the user with visual cues that they can adjust fades when they can't (in MIDI internal edit mode)
git-svn-id: svn://localhost/ardour2/branches/3.0@7433 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_region_view.cc')
-rw-r--r--gtk2_ardour/automation_region_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_region_view.cc b/gtk2_ardour/automation_region_view.cc
index feb40c3ddf..d403f0e90e 100644
--- a/gtk2_ardour/automation_region_view.cc
+++ b/gtk2_ardour/automation_region_view.cc
@@ -186,7 +186,7 @@ AutomationRegionView::region_resized (const PBD::PropertyChange& what_changed)
void
-AutomationRegionView::entered()
+AutomationRegionView::entered (bool)
{
if (_line)
_line->track_entered();