mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
fix crash when unconditionally using null env var; tweak packing of control app button
This commit is contained in:
parent
f06bab1fa3
commit
3633892eaa
2 changed files with 16 additions and 10 deletions
|
|
@ -94,6 +94,7 @@ class EngineControl : public ArdourDialog {
|
|||
Gtk::Table basic_packer;
|
||||
Gtk::Table midi_packer;
|
||||
Gtk::HBox basic_hbox;
|
||||
Gtk::VBox basic_vbox;
|
||||
Gtk::HBox midi_hbox;
|
||||
|
||||
sigc::connection sr_connection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue