Editor: Fix EditorHelpBitTooltip for Signals dock

This commit is contained in:
Danil Alexeev
2024-07-05 12:23:13 +03:00
parent 20ba2f00bd
commit ec2f9355f5
2 changed files with 20 additions and 5 deletions

View File

@ -329,7 +329,9 @@ class EditorHelpBitTooltip : public PopupPanel {
int _pushing_input = 0;
bool _need_free = false;
void _start_timer();
void _safe_queue_free();
void _target_gui_input(const Ref<InputEvent> &p_event);
protected:
void _notification(int p_what);