Bläddra i källkod

Merge pull request #66847 from KoBeWi/transmutation-WM_WINDOW_becomes_APPLICATION

Yuri Rubinsky 2 år sedan
förälder
incheckning
34e0e7de58
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      editor/plugins/text_shader_editor.cpp

+ 1 - 1
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")));
 			popup->set_item_icon(popup->get_item_index(HELP_DOCS), get_theme_icon(SNAME("ExternalLink"), SNAME("EditorIcons")));
 		} break;
 		} break;
 
 
-		case NOTIFICATION_WM_WINDOW_FOCUS_IN: {
+		case NOTIFICATION_APPLICATION_FOCUS_IN: {
 			_check_for_external_edit();
 			_check_for_external_edit();
 		} break;
 		} break;
 	}
 	}