summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorHungryProton <hungryproton@pm.me>2021-10-31 23:21:31 +0100
committerHungryProton <hungryproton@pm.me>2021-10-31 23:21:31 +0100
commit5869d053f9bf948a1be13546d9a449f68e538dcb (patch)
tree007460598f8cd31390742abbeb15999addf7d31b /scene
parent1aef3a42b234b86c5db21d5a64509453e6bf145c (diff)
Fix popup trying to emit a non existing signal when closed
Diffstat (limited to 'scene')
-rw-r--r--scene/gui/popup.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/gui/popup.cpp b/scene/gui/popup.cpp
index be05fd5a60..f54ff9228b 100644
--- a/scene/gui/popup.cpp
+++ b/scene/gui/popup.cpp
@@ -105,8 +105,6 @@ void Popup::_close_pressed() {
_deinitialize_visible_parents();
call_deferred(SNAME("hide"));
-
- emit_signal(SNAME("cancelled"));
}
void Popup::set_as_minsize() {