mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
manual fixes after a substantial rebase
This commit is contained in:
parent
bef7c48fe9
commit
e205bb98a1
2 changed files with 1 additions and 67 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue