Merge pull request #66847 from KoBeWi/transmutation-WM_WINDOW_becomes_APPLICATION

This commit is contained in:
Yuri Rubinsky 2022-10-04 10:25:50 +03:00 committed by GitHub
commit 34e0e7de58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -715,7 +715,7 @@ void TextShaderEditor::_notification(int p_what) {
popup->set_item_icon(popup->get_item_index(HELP_DOCS), get_theme_icon(SNAME("ExternalLink"), SNAME("EditorIcons")));
} break;
case NOTIFICATION_WM_WINDOW_FOCUS_IN: {
case NOTIFICATION_APPLICATION_FOCUS_IN: {
_check_for_external_edit();
} break;
}