mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
Various fixups to bundle manager. Add a separator between the benign and more serious menu options on the port matrix context menu. Finally (maybe) fix port matrix sizing issues relatively nicely.
git-svn-id: svn://localhost/ardour2/branches/3.0@5409 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7186593442
commit
272cad6241
14 changed files with 80 additions and 115 deletions
|
|
@ -35,7 +35,7 @@ class IOSelector;
|
|||
class ReturnUI : public Gtk::HBox
|
||||
{
|
||||
public:
|
||||
ReturnUI (boost::shared_ptr<ARDOUR::Return>, ARDOUR::Session&);
|
||||
ReturnUI (Gtk::Window *,boost::shared_ptr<ARDOUR::Return>, ARDOUR::Session&);
|
||||
~ReturnUI();
|
||||
|
||||
void update ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue