Merge pull request #104698 from bruvzg/loc_dir
Fix editor layout direction change on translation change.
This commit is contained in:
@@ -97,6 +97,10 @@ void ProjectManager::_notification(int p_what) {
|
||||
_titlebar_resized();
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_TRANSLATION_CHANGED: {
|
||||
_titlebar_resized();
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_VISIBILITY_CHANGED: {
|
||||
set_process_shortcut_input(is_visible_in_tree());
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user