mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 00:17:49 +01:00
small changes to dialog and widgets
This commit is contained in:
parent
650193995a
commit
66ea7d69c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue