mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
trigger_ui: remove the popup slot-editor window until it is finished
This commit is contained in:
parent
5f10817126
commit
7748e939b8
1 changed files with 2 additions and 0 deletions
|
|
@ -566,7 +566,9 @@ TriggerEntry::name_button_event (GdkEvent* ev)
|
|||
PublicEditor::instance ().get_selection ().set (this);
|
||||
break;
|
||||
case GDK_2BUTTON_PRESS:
|
||||
#if SELECTION_PROPERTIES_BOX_TODO
|
||||
edit_trigger ();
|
||||
#endif
|
||||
return true;
|
||||
case GDK_BUTTON_RELEASE:
|
||||
switch (ev->button.button) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue