fix crash when opening MIDI controller automation tracks, caused by addition of "owner" field to an AutomationController, used to print values. Renamed "owner" to "printer" and required it to be non-null

git-svn-id: svn://localhost/ardour2/branches/3.0@8874 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-16 19:34:11 +00:00
parent fbbddf78c9
commit 5f93192aa3
4 changed files with 14 additions and 5 deletions

View file

@ -64,7 +64,7 @@ private:
void automation_state_changed();
bool _ignore_change;
boost::shared_ptr<ARDOUR::Automatable> _owner;
boost::shared_ptr<ARDOUR::Automatable> _printer;
boost::shared_ptr<ARDOUR::AutomationControl> _controllable;
Gtk::Adjustment* _adjustment;
sigc::connection _screen_update_connection;