summaryrefslogtreecommitdiff
path: root/gtk2_ardour/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/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/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index 29a19260cb..5421d7d613 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -83,7 +83,7 @@ class RegionView : public TimeAxisViewItem
uint32_t get_fill_color ();
- virtual void entered () {}
+ virtual void entered (bool) {}
virtual void exited () {}
virtual void enable_display(bool yn) { _enable_display = yn; }