Always emit post-enter translation notification

This commit is contained in:
Enzo Novoselic
2026-04-27 13:09:25 -04:00
parent 6d6e822c68
commit cb84ff2ec7
+1 -3
View File
@@ -186,9 +186,7 @@ void Node::_notification(int p_notification) {
} break;
case NOTIFICATION_POST_ENTER_TREE: {
if (data.auto_translate_mode != AUTO_TRANSLATE_MODE_DISABLED) {
notification(NOTIFICATION_TRANSLATION_CHANGED);
}
notification(NOTIFICATION_TRANSLATION_CHANGED);
} break;
case NOTIFICATION_EXIT_TREE: {