Merge pull request #53671 from groud/fix_missing_tileset_selection_update

This commit is contained in:
Rémi Verschelde 2021-10-11 14:49:54 +02:00 committed by GitHub
commit ceee1abc28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1423,6 +1423,8 @@ void TileMapEditorTilesPlugin::_update_tileset_selection_from_selection_pattern(
}
}
_update_bottom_panel();
tile_atlas_control->update();
alternative_tiles_control->update();
}
void TileMapEditorTilesPlugin::_tile_atlas_control_draw() {