Merge pull request #116564 from KoBeWi/valid
Fix error in TileSetEditor
This commit is contained in:
commit
e3af0a0de4
1 changed files with 3 additions and 1 deletions
|
|
@ -367,7 +367,9 @@ void TileSetEditor::_notification(int p_what) {
|
|||
switch (p_what) {
|
||||
case NOTIFICATION_TRANSLATION_CHANGED: {
|
||||
_update_sources_list();
|
||||
_update_patterns_list();
|
||||
if (tile_set.is_valid()) {
|
||||
_update_patterns_list();
|
||||
}
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue