diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-11 14:49:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 14:49:54 +0200 |
commit | ceee1abc28a1a21b6908882709a3e1b5d3353492 (patch) | |
tree | 45d7c54b1a2dce370a48a414b2385033aa82636f /editor/plugins | |
parent | 0a8b35b7c9b62ca074cccd930015fe6c55ae9688 (diff) | |
parent | ae3ce8beaf62597c69751001cd2dc262f0028aed (diff) |
Merge pull request #53671 from groud/fix_missing_tileset_selection_update
Diffstat (limited to 'editor/plugins')
-rw-r--r-- | editor/plugins/tiles/tile_map_editor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/tiles/tile_map_editor.cpp b/editor/plugins/tiles/tile_map_editor.cpp index cc5ff90541..28b45343c7 100644 --- a/editor/plugins/tiles/tile_map_editor.cpp +++ b/editor/plugins/tiles/tile_map_editor.cpp @@ -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() { |