1
0
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:
Danil Alexeev
2024-05-08 17:39:33 +03:00
parent 107fd30ae7
commit 18fca3c294
2 changed files with 19 additions and 1 deletions

View File

@@ -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);