manual fixes after a substantial rebase

This commit is contained in:
Paul Davis 2024-06-01 18:27:43 -06:00
parent bef7c48fe9
commit e205bb98a1
2 changed files with 1 additions and 67 deletions

View file

@ -679,7 +679,7 @@ Editor::button_press_handler_1 (ArdourCanvas::Item* item, GdkEvent* event, ItemT
}
return true;
case SceneMarkerItem:
_drags->set (new MarkerDrag (this, item), event);
_drags->set (new MarkerDrag (*this, item), event);
return true;
case TempoMarkerItem: