You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Editor: Fix EditorHelpBitTooltip + ProgressDialog causes crash
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user