mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
lots of detailed fixes to get lollipops in tracks working again, post re-factor
This commit is contained in:
parent
7901b4119f
commit
54fdf90cc2
12 changed files with 133 additions and 49 deletions
|
|
@ -152,11 +152,11 @@ public:
|
|||
|
||||
friend class EditNoteDialog;
|
||||
|
||||
void clear_ghost_events() {}
|
||||
void ghosts_model_changed() {}
|
||||
void clear_ghost_events();
|
||||
void ghosts_model_changed();
|
||||
void ghosts_view_changed();
|
||||
void ghost_remove_note (NoteBase*) {}
|
||||
void ghost_add_note (NoteBase*) {}
|
||||
void ghost_remove_note (NoteBase*);
|
||||
void ghost_add_note (NoteBase*);
|
||||
void ghost_sync_selection (NoteBase*);
|
||||
|
||||
bool motion (GdkEventMotion*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue