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:
Paul Davis 2014-11-06 10:54:42 -05:00
parent 4286f2f879
commit 02911bcbb5

View file

@ -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