Fix error in TileSetEditor
This commit is contained in:
parent
a19892054e
commit
404ab3e2bd
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