fix crash when unconditionally using null env var; tweak packing of control app button

This commit is contained in:
Paul Davis 2013-09-09 17:10:58 -04:00
parent f06bab1fa3
commit 3633892eaa
2 changed files with 16 additions and 10 deletions

View file

@ -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;