Ruler Markers: only listen to -this- marker (NameChanged), not all of them (name_change)
This commit is contained in:
parent
11bb40a06e
commit
85f05eaca5
@ -180,7 +180,7 @@ Editor::add_new_location_internal (Location* location)
|
||||
lam->show ();
|
||||
}
|
||||
|
||||
location->name_changed.connect (*this, invalidator (*this), boost::bind (&Editor::location_changed, this, _1), gui_context());
|
||||
location->NameChanged.connect (*this, invalidator (*this), boost::bind (&Editor::location_changed, this, location), 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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user