From 8f26cdcaef0286eab736ec89de89ad2cc90fc366 Mon Sep 17 00:00:00 2001 From: OppositeNor <68041679+OppositeNor@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:39:14 -0400 Subject: [PATCH] Fix tileset out of screen --- editor/plugins/tiles/tile_set_atlas_source_editor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor/plugins/tiles/tile_set_atlas_source_editor.cpp b/editor/plugins/tiles/tile_set_atlas_source_editor.cpp index 4e7db8cb0708..a3fc6aa5f7ef 100644 --- a/editor/plugins/tiles/tile_set_atlas_source_editor.cpp +++ b/editor/plugins/tiles/tile_set_atlas_source_editor.cpp @@ -836,6 +836,8 @@ void TileSetAtlasSourceEditor::_update_tile_data_editors() { item->set_custom_color(0, disabled_color); } + tile_data_editors_tree->update_minimum_size(); + #undef ADD_TILE_DATA_EDITOR_GROUP #undef ADD_TILE_DATA_EDITOR