mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
NO-OP: add a comment about requiring a region to be selected for MIDI scrolling
This commit is contained in:
parent
f28e13fcdb
commit
3cc3b867dc
1 changed files with 6 additions and 0 deletions
|
|
@ -400,6 +400,12 @@ MidiRegionView::scroll (GdkEventScroll* ev)
|
|||
return false;
|
||||
}
|
||||
|
||||
/* Note: it is hard to select regions in draw mode, which makes the
|
||||
* requirement that the region is selected before we do MIDI scrolling
|
||||
* a bit burdensome. However, removing it means that in draw mode,
|
||||
* vertical scroll will behave in even less desirable ways.
|
||||
*/
|
||||
|
||||
if (!_editing_context.get_selection().selected (this)) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue