浏览代码

Fix tileset out of screen

OppositeNor 2 年之前
父节点
当前提交
8f26cdcaef
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      editor/plugins/tiles/tile_set_atlas_source_editor.cpp

+ 2 - 0
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