You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Fix Tree::get_column_at_position crash
This commit is contained in:
@@ -4334,6 +4334,8 @@ Tree::Tree() {
|
||||
set_mouse_filter(MOUSE_FILTER_STOP);
|
||||
|
||||
set_clip_contents(true);
|
||||
|
||||
update_cache();
|
||||
}
|
||||
|
||||
Tree::~Tree() {
|
||||
|
||||
Reference in New Issue
Block a user