Fix inverted mixer-scene-clear Cancel/OK dialog response
This commit is contained in:
parent
9e11ef4f39
commit
6631273356
@ -4032,7 +4032,7 @@ Mixer_UI::clear_mixer_scene (size_t n, bool interactive)
|
|||||||
vbox->show();
|
vbox->show();
|
||||||
hbox.show ();
|
hbox.show ();
|
||||||
|
|
||||||
if (msg.run () == Gtk::RESPONSE_OK) {
|
if (msg.run () != Gtk::RESPONSE_OK) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user