mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
enable icon-start-from-.ardour-file to work on OS X; properly install apple event handlers; change plugin add logic to avoid asking for stream counts before they would be configured; fix up new session dialog to not use manage(), and thus not throw away widgets when their page is hidden (by removal) in the tabbed browser
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3144 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fb6565456e
commit
11af3f8fdf
21 changed files with 262 additions and 171 deletions
|
|
@ -47,8 +47,6 @@ class ExportDialog : public ArdourDialog
|
|||
|
||||
virtual Gtk::FileChooserAction browse_action() const { return Gtk::FILE_CHOOSER_ACTION_SAVE; }
|
||||
|
||||
bool on_event (GdkEvent* ev);
|
||||
|
||||
protected:
|
||||
ARDOUR::AudioExportSpecification spec;
|
||||
Gtk::Frame file_frame;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue