You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Prevent infinite confirmation in shader editor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user