remove some nutempo #warnings and fix up Location time domain API

This commit is contained in:
Paul Davis 2021-01-25 11:40:48 -07:00
parent a8f9f268b4
commit 9d4d3908e6
4 changed files with 6 additions and 17 deletions

View file

@ -177,7 +177,7 @@ Editor::add_new_location_internal (Location* location)
}
location->name_changed.connect (*this, invalidator (*this), boost::bind (&Editor::location_changed, this, _1), gui_context());
location->position_time_domain_changed.connect (*this, invalidator (*this), boost::bind (&Editor::location_changed, this, _1), gui_context());
location->TimeDomainChanged.connect (*this, invalidator (*this), boost::bind (&Editor::location_changed, this, location), gui_context());
location->FlagsChanged.connect (*this, invalidator (*this), boost::bind (&Editor::location_flags_changed, this, location), gui_context());
pair<Location*,LocationMarkers*> newpair;