mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Make GhostRegion a sigc::trackable as MidiGhostRegion connects to signals. Fixes e.g. a crash on track resize after splitting a MIDI region with automation.
git-svn-id: svn://localhost/ardour2/branches/3.0@9482 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e0926ce2c6
commit
bcaf808f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ namespace Gnome {
|
|||
class MidiStreamView;
|
||||
class TimeAxisView;
|
||||
|
||||
class GhostRegion
|
||||
class GhostRegion : public sigc::trackable
|
||||
{
|
||||
public:
|
||||
GhostRegion(ArdourCanvas::Group* parent, TimeAxisView& tv, TimeAxisView& source_tv, double initial_unit_pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue