diff options
| author | OppositeNor <68041679+OppositeNor@users.noreply.github.com> | 2023-10-22 13:39:14 -0400 |
|---|---|---|
| committer | OppositeNor <68041679+OppositeNor@users.noreply.github.com> | 2023-10-22 13:39:14 -0400 |
| commit | 8f26cdcaef0286eab736ec89de89ad2cc90fc366 (patch) | |
| tree | cc3a830cb0f62c1db4497e5548504d55e431993a | |
| parent | f71f4b80e32f6e98a4cd3cb1c06071223297e8fc (diff) | |
| download | redot-engine-8f26cdcaef0286eab736ec89de89ad2cc90fc366.tar.gz | |
Fix tileset out of screen
| -rw-r--r-- | editor/plugins/tiles/tile_set_atlas_source_editor.cpp | 2 |
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 |
