Browse Source

Merge pull request #83790 from OppositeNor/fix_tileset_out_of_screen

Fix TileSet painting options appear out of screen
Rémi Verschelde 2 years ago
parent
commit
fe45e4ec7c
1 changed files with 2 additions and 0 deletions
  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