use new ARDOUR::Location signals in GUI

Conflicts:
	gtk2_ardour/editor_markers.cc
This commit is contained in:
Paul Davis 2014-09-19 22:50:50 -04:00
parent 5bdc9a9a23
commit 6a971e645d
5 changed files with 27 additions and 25 deletions

View file

@ -1885,7 +1885,7 @@ Editor::leave_handler (ArdourCanvas::Item* item, GdkEvent*, ItemType item_type)
}
entered_marker = 0;
if ((loc = find_location_from_marker (marker, is_start)) != 0) {
location_flags_changed (loc, this);
location_flags_changed (loc);
}
// fall through
case MeterMarkerItem: