mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
any bounds change for a Location should raise the marker to the top of its canvas group, to implement "last moved is highest" rule from Igor
This commit is contained in:
parent
4286f2f879
commit
02911bcbb5
1 changed files with 1 additions and 0 deletions
|
|
@ -415,6 +415,7 @@ Marker::bounds_changed ()
|
|||
/* handler can only be invoked if _location was non-null */
|
||||
|
||||
set_position (_location->start ());
|
||||
group->raise_to_top ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue