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:
Robin Gareus 2023-08-23 03:18:15 +02:00
parent 6c96c9bd4a
commit 30ed0669c0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -404,6 +404,7 @@ void ArdourMarker::reparent(ArdourCanvas::Item & parent)
{
group->reparent (&parent);
_parent = &parent;
group->redraw ();
}
void