Merge pull request #83790 from OppositeNor/fix_tileset_out_of_screen

Fix TileSet painting options appear out of screen
This commit is contained in:
Rémi Verschelde 2023-10-23 12:42:52 +02:00
commit fe45e4ec7c
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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