diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-10-11 08:39:36 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-10-11 08:55:00 +0300 |
commit | 2e1fcbe14b3385b89b1cb5b026df69214f09d2ef (patch) | |
tree | 90bd33d0fb37b55d4e8892b36878ff910b42de21 /scene/gui/popup.h | |
parent | 28f642097a7986867e4fb7d697764efb4db753bf (diff) | |
download | redot-engine-2e1fcbe14b3385b89b1cb5b026df69214f09d2ef.tar.gz |
Prevent `Popup`s it the edited scene tree from closing on focus loss. Hide irrelevant `Popup` flags from the editor inspector.
Diffstat (limited to 'scene/gui/popup.h')
-rw-r--r-- | scene/gui/popup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/popup.h b/scene/gui/popup.h index 0d6ca25c18..57b811cadb 100644 --- a/scene/gui/popup.h +++ b/scene/gui/popup.h @@ -59,6 +59,7 @@ protected: virtual void _update_theme_item_cache() override; void _notification(int p_what); static void _bind_methods(); + void _validate_property(PropertyInfo &p_property) const; virtual void _parent_focused(); |