Explorar o código

Fix TileSet selection not updating when selecting on TileMap

Gilles Roudière %!s(int64=3) %!d(string=hai) anos
pai
achega
ae3ce8beaf
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      editor/plugins/tiles/tile_map_editor.cpp

+ 2 - 0
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() {