mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Editor: Fix EditorHelpBitTooltip + ProgressDialog causes crash
This commit is contained in:
parent
107fd30ae7
commit
18fca3c294
2 changed files with 19 additions and 1 deletions
|
|
@ -325,6 +325,10 @@ class EditorHelpBitTooltip : public PopupPanel {
|
|||
GDCLASS(EditorHelpBitTooltip, PopupPanel);
|
||||
|
||||
Timer *timer = nullptr;
|
||||
int _pushing_input = 0;
|
||||
bool _need_free = false;
|
||||
|
||||
void _safe_queue_free();
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue