summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.h
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/audio_region_view.h
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/audio_region_view.h')
-rw-r--r--gtk2_ardour/audio_region_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/audio_region_view.h b/gtk2_ardour/audio_region_view.h
index 0e2b54130c..270f982146 100644
--- a/gtk2_ardour/audio_region_view.h
+++ b/gtk2_ardour/audio_region_view.h
@@ -111,7 +111,7 @@ class AudioRegionView : public RegionView
void show_region_editor ();
- virtual void entered ();
+ virtual void entered (bool);
virtual void exited ();
protected: