mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
use new ARDOUR::Location signals in GUI
Conflicts: gtk2_ardour/editor_markers.cc
This commit is contained in:
parent
5bdc9a9a23
commit
6a971e645d
5 changed files with 27 additions and 25 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue