mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
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
This commit is contained in:
parent
e258a15330
commit
a8dd4ec805
5 changed files with 24 additions and 4 deletions
|
|
@ -61,7 +61,7 @@ class AudioStreamView : public StreamView
|
|||
void show_all_fades ();
|
||||
void hide_all_fades ();
|
||||
|
||||
void hide_xfades_with (boost::shared_ptr<ARDOUR::AudioRegion> ar);
|
||||
std::list<AudioRegionView*> hide_xfades_with (boost::shared_ptr<ARDOUR::AudioRegion> ar);
|
||||
|
||||
RegionView* create_region_view (boost::shared_ptr<ARDOUR::Region>, bool, bool);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue