mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
db30a7d040
commit
e6c0fcf98f
6 changed files with 39 additions and 20 deletions
|
|
@ -1652,3 +1652,9 @@ MidiCueEditor::selectable_owners()
|
|||
|
||||
return std::list<SelectableOwner*> ();
|
||||
}
|
||||
|
||||
bool
|
||||
MidiCueEditor::rb_click (GdkEvent*, timepos_t const &)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue