浏览代码

Merge pull request #53671 from groud/fix_missing_tileset_selection_update

Rémi Verschelde 4 年之前
父节点
当前提交
ceee1abc28
共有 1 个文件被更改,包括 2 次插入0 次删除
  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();
 	_update_bottom_panel();
+	tile_atlas_control->update();
+	alternative_tiles_control->update();
 }
 }
 
 
 void TileMapEditorTilesPlugin::_tile_atlas_control_draw() {
 void TileMapEditorTilesPlugin::_tile_atlas_control_draw() {