summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOppositeNor <68041679+OppositeNor@users.noreply.github.com>2023-10-22 13:39:14 -0400
committerOppositeNor <68041679+OppositeNor@users.noreply.github.com>2023-10-22 13:39:14 -0400
commit8f26cdcaef0286eab736ec89de89ad2cc90fc366 (patch)
treecc3a830cb0f62c1db4497e5548504d55e431993a
parentf71f4b80e32f6e98a4cd3cb1c06071223297e8fc (diff)
downloadredot-engine-8f26cdcaef0286eab736ec89de89ad2cc90fc366.tar.gz
Fix tileset out of screen
-rw-r--r--editor/plugins/tiles/tile_set_atlas_source_editor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/tiles/tile_set_atlas_source_editor.cpp b/editor/plugins/tiles/tile_set_atlas_source_editor.cpp
index 4e7db8cb07..a3fc6aa5f7 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