Merge pull request #54470 from HungryProton/fix_popup_signal

This commit is contained in:
Rémi Verschelde 2021-11-01 11:26:35 +01:00 committed by GitHub
commit 2bf34ef470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,8 +105,6 @@ void Popup::_close_pressed() {
_deinitialize_visible_parents();
call_deferred(SNAME("hide"));
emit_signal(SNAME("cancelled"));
}
void Popup::set_as_minsize() {