Fix TileSet selection not updating when selecting on TileMap

This commit is contained in:
Gilles Roudière 2021-10-11 14:09:44 +02:00
parent 0a8b35b7c9
commit ae3ce8beaf

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() {