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
No known key found for this signature in database
GPG key ID: 124453E157DA8DC7
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);