mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listviews - which included a couple of minor marker/time axis view patches for opaqueness etc.
git-svn-id: svn://localhost/ardour2/branches/3.0@6174 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f41f078323
commit
926f53244d
22 changed files with 766 additions and 410 deletions
|
|
@ -95,6 +95,7 @@ typedef uint64_t microseconds_t;
|
|||
#include "route_time_axis.h"
|
||||
#include "startup.h"
|
||||
#include "engine_dialog.h"
|
||||
#include "processor_box.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
|
|
@ -262,6 +263,7 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[])
|
|||
|
||||
GainMeter::setup_slider_pix ();
|
||||
RouteTimeAxisView::setup_slider_pix ();
|
||||
SendProcessorEntry::setup_slider_pix ();
|
||||
|
||||
} catch (failed_constructor& err) {
|
||||
error << _("could not initialize Ardour.") << endmsg;
|
||||
|
|
@ -773,7 +775,8 @@ If you still wish to quit, please use the\n\n\
|
|||
}
|
||||
}
|
||||
|
||||
session->set_deletion_in_progress ();
|
||||
// session->set_deletion_in_progress ();
|
||||
delete session;
|
||||
}
|
||||
|
||||
ArdourDialog::close_all_dialogs ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue