Disconnect Control from theme resources to avoid issues on destruction

This commit is contained in:
Yuri Sizov 2022-08-24 18:45:14 +03:00
parent c8c0f21880
commit bb5fa91a6b
2 changed files with 22 additions and 0 deletions

View file

@ -610,6 +610,7 @@ public:
virtual Control *make_custom_tooltip(const String &p_text) const;
Control() {}
~Control();
};
VARIANT_ENUM_CAST(Control::FocusMode);