mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 17:07:40 +01:00
if the dialog closes, don't add it
This commit is contained in:
parent
a1965214d1
commit
c0403348d9
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ void MixerSnapshotDialog::new_snapshot_from_session(bool global)
|
|||
int response = session_selector.run();
|
||||
session_selector.hide();
|
||||
|
||||
if (response == RESPONSE_CANCEL) {
|
||||
if (response != RESPONSE_ACCEPT) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue