summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-23 02:08:46 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-23 02:08:46 +0000
commited93d47e7cbf467161d89c84297e19c26039a6ff (patch)
treeb2298feab9625611807a151773ca5366bebd7ada /gtk2_ardour/audio_time_axis.h
parent8b1203dc335a9c7534ef484bd6842e48439c3652 (diff)
Make hide/show all crossfades apply to the selection.
git-svn-id: svn://localhost/ardour2/branches/3.0@8939 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_time_axis.h')
-rw-r--r--gtk2_ardour/audio_time_axis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/audio_time_axis.h b/gtk2_ardour/audio_time_axis.h
index 29e8682d19..4841fcda81 100644
--- a/gtk2_ardour/audio_time_axis.h
+++ b/gtk2_ardour/audio_time_axis.h
@@ -71,8 +71,8 @@ class AudioTimeAxisView : public RouteTimeAxisView
AudioStreamView* audio_view();
void set_show_waveforms_recording (bool yn);
- void show_all_xfades ();
- void hide_all_xfades ();
+ void show_all_xfades (bool apply_to_selection = false);
+ void hide_all_xfades (bool apply_to_selection = false);
void hide_dependent_views (TimeAxisViewItem&);
void reveal_dependent_views (TimeAxisViewItem&);