Fix processor box for no crash on click

This commit is contained in:
Len Ovens 2019-02-22 13:39:17 -08:00
parent 5414728c18
commit fe1442dec9
2 changed files with 3 additions and 0 deletions

View file

@ -148,6 +148,7 @@ private:
bool _mixer_owned;
Width _width;
void* _width_owner;
ARDOUR::Session* _session;
Gtk::EventBox spacer;
Gtk::VBox send_display;