mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Add ArdourWindow class for non-dialog windows.
Make IOSelector an ArdourWindow. It's debatable whether this one should actually be a window, cancel buttons might actually be useful on the IO selector. git-svn-id: svn://localhost/ardour2/branches/3.0@10691 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cd4e803f60
commit
5770f26bc9
7 changed files with 135 additions and 11 deletions
|
|
@ -37,7 +37,6 @@
|
|||
|
||||
#include "ardour/ardour.h"
|
||||
|
||||
#include "io_selector.h"
|
||||
#include "ardour_dialog.h"
|
||||
#include "processor_box.h"
|
||||
#include "route_processor_selection.h"
|
||||
|
|
@ -54,6 +53,7 @@ namespace ARDOUR {
|
|||
}
|
||||
|
||||
class PluginSelector;
|
||||
class IOSelector;
|
||||
|
||||
class RouteParams_UI : public ArdourDialog, public PBD::ScopedConnectionList
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue