1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Fix selection not updating when erasing tiles

This commit is contained in:
Gilles Roudière
2021-10-11 17:34:20 +02:00
parent 0a8b35b7c9
commit 1f82d617e2
2 changed files with 25 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ private:
void _update_selection_pattern_from_tileset_selection();
void _update_tileset_selection_from_selection_pattern();
void _update_fix_selected_and_hovered();
void _fix_invalid_tiles_in_tile_map_selection();
///// Bottom panel. ////.
Label *missing_source_label;