From ae3ce8beaf62597c69751001cd2dc262f0028aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gilles=20Roudi=C3=A8re?= Date: Mon, 11 Oct 2021 14:09:44 +0200 Subject: Fix TileSet selection not updating when selecting on TileMap --- editor/plugins/tiles/tile_map_editor.cpp | 2 ++ 1 file changed, 2 insertions(+) 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() { -- cgit v1.2.3