Merge pull request #102659 from AThousandShips/fix_tooltip_crash

[Editor] Prevent deferred tooltip update crash
This commit is contained in:
Thaddeus Crews 2025-02-10 12:21:29 -06:00
commit 9c7a42b7be
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84

View file

@ -1170,6 +1170,9 @@ void SceneTreeEditor::_compute_hash(Node *p_node, uint64_t &hash) {
}
void SceneTreeEditor::_reset() {
// Stop any waiting change to tooltip.
update_node_tooltip_delay->stop();
tree->clear();
node_cache.clear();
}