Redraw markers when moving them between rulers
When un/setting the CD-marker flag the marker vanished until the GUI forced a redraw of the ruler.
This commit is contained in:
@@ -404,6 +404,7 @@ void ArdourMarker::reparent(ArdourCanvas::Item & parent)
|
||||
{
|
||||
group->reparent (&parent);
|
||||
_parent = &parent;
|
||||
group->redraw ();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user