the continuing co-evolution of Editor,EditingContext & MidiCueEditor

This commit is contained in:
Paul Davis 2024-02-04 21:21:00 -07:00
parent 10244c0360
commit f425a974d6
13 changed files with 163 additions and 140 deletions

View file

@ -98,9 +98,6 @@ class CueEditor : public EditingContext
void end_local_tempo_map (std::shared_ptr<Temporal::TempoMap const>);
protected:
void set_canvas_cursor (Gdk::Cursor*);
size_t push_canvas_cursor (Gdk::Cursor*);
void pop_canvas_cursor ();
void reset_x_origin_to_follow_playhead ();
};