summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-15 15:01:35 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-15 15:01:35 +0000
commita8dd4ec8053d77a5501f16c2cc1bba24f82f1b95 (patch)
tree7d25cad8bb22543b323d4ea25a84ccb95d74937f /gtk2_ardour/audio_region_view.h
parente258a15330a7cf1dfb7f54870fc6945cdbd07922 (diff)
Re-show all xfades that we hide during drags (#4933).
git-svn-id: svn://localhost/ardour2/branches/3.0@12729 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_region_view.h')
-rw-r--r--gtk2_ardour/audio_region_view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/audio_region_view.h b/gtk2_ardour/audio_region_view.h
index 773e136952..ad5107c953 100644
--- a/gtk2_ardour/audio_region_view.h
+++ b/gtk2_ardour/audio_region_view.h
@@ -207,6 +207,9 @@ private:
* may be 0 if no connection exists.
*/
std::vector<PBD::ScopedConnection*> _data_ready_connections;
+
+ /** RegionViews that we hid the xfades for at the start of the current drag */
+ std::list<AudioRegionView*> _hidden_xfades;
};
#endif /* __gtk_ardour_audio_region_view_h__ */