Fix inverted mixer-scene-clear Cancel/OK dialog response

This commit is contained in:
Robin Gareus 2022-07-07 16:49:26 +02:00
parent 9e11ef4f39
commit 6631273356
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -4032,7 +4032,7 @@ Mixer_UI::clear_mixer_scene (size_t n, bool interactive)
vbox->show();
hbox.show ();
if (msg.run () == Gtk::RESPONSE_OK) {
if (msg.run () != Gtk::RESPONSE_OK) {
return;
}