mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
sfdb almost done.
git-svn-id: svn://localhost/trunk/ardour2@60 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3b91a592be
commit
fe83d9b77e
8 changed files with 110 additions and 45 deletions
|
|
@ -112,7 +112,7 @@ AddRouteDialog::AddRouteDialog ()
|
|||
|
||||
add (*vb2);
|
||||
|
||||
// delete_event.connect (mem_fun(*this, &ArdourDialog::wm_close_event));
|
||||
// signal_delete_event().connect (mem_fun(*this, &ArdourDialog::wm_close_event));
|
||||
ok_button.signal_clicked().connect (bind (mem_fun(*this, &ArdourDialog::stop), 0));
|
||||
cancel_button.signal_clicked().connect (bind (mem_fun(*this, &ArdourDialog::stop), 1));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue