Fix TileSet selection not updating when selecting on TileMap
This commit is contained in:
parent
0a8b35b7c9
commit
ae3ce8beaf
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue