diff options
author | Yuri Rubinsky <chaosus89@gmail.com> | 2022-10-04 10:25:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 10:25:50 +0300 |
commit | 34e0e7de58ba4e7f2e4954266de8f13d5eb44c56 (patch) | |
tree | b4de18bc0f7cf94cf23d67913255e70d1a279045 | |
parent | 4b52c6caef8a9e5d940ce0977d5c467296ac5805 (diff) | |
parent | 1a9516f6a82443aa818f86acb69e38a83fa709f3 (diff) |
Merge pull request #66847 from KoBeWi/transmutation-WM_WINDOW_becomes_APPLICATION
-rw-r--r-- | editor/plugins/text_shader_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/text_shader_editor.cpp b/editor/plugins/text_shader_editor.cpp index dfd5e76ba6..ef3f451079 100644 --- a/editor/plugins/text_shader_editor.cpp +++ b/editor/plugins/text_shader_editor.cpp @@ -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; } |