small changes to dialog and widgets

This commit is contained in:
Nikolaus Gullotta 2019-08-02 15:09:12 -05:00 committed by Nikolaus Gullotta
parent 650193995a
commit 66ea7d69c6
No known key found for this signature in database
GPG key ID: 565F60578092AA31

View file

@ -87,7 +87,7 @@ MixerSnapshotList::MixerSnapshotList (bool global)
add_template_button.signal_clicked().connect(sigc::mem_fun(*this, &MixerSnapshotList::new_snapshot));
add_session_template_button.signal_clicked().connect(sigc::mem_fun(*this, &MixerSnapshotList::new_snapshot_from_session));
if(global) {
if(_global) {
bootstrap_display_and_model();
} else {
_button_packer->pack_start(add_template_button, false, false);