refactor end-of-rb-selection for EditingContext

Whhat the main editor and the cue editor do with a click varies significantly
This commit is contained in:
Paul Davis 2024-10-08 11:54:43 -06:00
parent db30a7d040
commit e6c0fcf98f
6 changed files with 39 additions and 20 deletions

View file

@ -1652,3 +1652,9 @@ MidiCueEditor::selectable_owners()
return std::list<SelectableOwner*> ();
}
bool
MidiCueEditor::rb_click (GdkEvent*, timepos_t const &)
{
return false;
}