mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove some nutempo #warnings and fix up Location time domain API
This commit is contained in:
parent
a8f9f268b4
commit
9d4d3908e6
4 changed files with 6 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue