You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix crash when tooltip_request_func object is freed
This commit is contained in:
@@ -330,7 +330,7 @@ private:
|
||||
int _get_column_pos_of_word(const String &p_key, const String &p_search, uint32_t p_search_flags, int p_from_column) const;
|
||||
|
||||
/* Tooltip. */
|
||||
Object *tooltip_obj = nullptr;
|
||||
ObjectID tooltip_obj_id;
|
||||
StringName tooltip_func;
|
||||
Variant tooltip_ud;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user