mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
permit sends to show up in processor box, by handling delete event and sending Finished from IOSelectorWindow
git-svn-id: svn://localhost/ardour2/branches/3.0@5659 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
265cf739b5
commit
3023d53d7d
3 changed files with 32 additions and 5 deletions
|
|
@ -85,6 +85,7 @@ class IOSelectorWindow : public Gtk::Window
|
|||
IOSelector _selector;
|
||||
|
||||
void io_name_changed (void *src);
|
||||
bool wm_delete (GdkEventAny*);
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -122,6 +123,8 @@ class PortInsertWindow : public ArdourDialog
|
|||
|
||||
void plugin_going_away ();
|
||||
sigc::connection going_away_connection;
|
||||
|
||||
bool wm_delete (GdkEventAny*);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue