From bcaf808f7dd1c81701097ca22cee0bc38c10df59 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 May 2011 13:49:35 +0000 Subject: 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 --- gtk2_ardour/ghostregion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/ghostregion.h') diff --git a/gtk2_ardour/ghostregion.h b/gtk2_ardour/ghostregion.h index 2ebd33e64e..103d7ecf97 100644 --- a/gtk2_ardour/ghostregion.h +++ b/gtk2_ardour/ghostregion.h @@ -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); -- cgit v1.2.3