summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles
diff options
context:
space:
mode:
authorGilles Roudière <gilles.roudiere@gmail.com>2021-10-11 14:09:44 +0200
committerGilles Roudière <gilles.roudiere@gmail.com>2021-10-11 14:09:44 +0200
commitae3ce8beaf62597c69751001cd2dc262f0028aed (patch)
tree45d7c54b1a2dce370a48a414b2385033aa82636f /editor/plugins/tiles
parent0a8b35b7c9b62ca074cccd930015fe6c55ae9688 (diff)
Fix TileSet selection not updating when selecting on TileMap
Diffstat (limited to 'editor/plugins/tiles')
-rw-r--r--editor/plugins/tiles/tile_map_editor.cpp2
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() {