Disconnect Control from theme resources to avoid issues on destruction
This commit is contained in:
parent
c8c0f21880
commit
bb5fa91a6b
2 changed files with 22 additions and 0 deletions
|
|
@ -610,6 +610,7 @@ public:
|
|||
virtual Control *make_custom_tooltip(const String &p_text) const;
|
||||
|
||||
Control() {}
|
||||
~Control();
|
||||
};
|
||||
|
||||
VARIANT_ENUM_CAST(Control::FocusMode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue