lots of detailed fixes to get lollipops in tracks working again, post re-factor

This commit is contained in:
Paul Davis 2024-09-16 18:19:40 -06:00
parent 7901b4119f
commit 54fdf90cc2
12 changed files with 133 additions and 49 deletions

View file

@ -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*);