mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
Merge pull request #54470 from HungryProton/fix_popup_signal
This commit is contained in:
commit
2bf34ef470
@ -105,8 +105,6 @@ void Popup::_close_pressed() {
|
||||
_deinitialize_visible_parents();
|
||||
|
||||
call_deferred(SNAME("hide"));
|
||||
|
||||
emit_signal(SNAME("cancelled"));
|
||||
}
|
||||
|
||||
void Popup::set_as_minsize() {
|
||||
|
Loading…
Reference in New Issue
Block a user