mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
Double-click on region pops up region properties.
This commit is contained in:
parent
db0f2aad48
commit
efd2e1776d
1 changed files with 4 additions and 0 deletions
|
|
@ -1405,6 +1405,10 @@ Editor::button_double_click_handler (ArdourCanvas::Item* item, GdkEvent* event,
|
|||
|
||||
switch (item_type) {
|
||||
case RegionItem:
|
||||
RegionView *rv;
|
||||
rv = clicked_regionview;
|
||||
rv->show_region_editor ();
|
||||
return true;
|
||||
case NoteItem:
|
||||
case PlayheadCursorItem:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue