diff options
author | HungryProton <hungryproton@pm.me> | 2021-10-31 23:21:31 +0100 |
---|---|---|
committer | HungryProton <hungryproton@pm.me> | 2021-10-31 23:21:31 +0100 |
commit | 5869d053f9bf948a1be13546d9a449f68e538dcb (patch) | |
tree | 007460598f8cd31390742abbeb15999addf7d31b /scene | |
parent | 1aef3a42b234b86c5db21d5a64509453e6bf145c (diff) |
Fix popup trying to emit a non existing signal when closed
Diffstat (limited to 'scene')
-rw-r--r-- | scene/gui/popup.cpp | 2 |
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() { |