You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Fix popup trying to emit a non existing signal when closed
This commit is contained in:
@@ -105,8 +105,6 @@ void Popup::_close_pressed() {
|
||||
_deinitialize_visible_parents();
|
||||
|
||||
call_deferred(SNAME("hide"));
|
||||
|
||||
emit_signal(SNAME("cancelled"));
|
||||
}
|
||||
|
||||
void Popup::set_as_minsize() {
|
||||
|
||||
Reference in New Issue
Block a user