From 81195aaf91a1b772904fd44f4c466970d8a8dd8e Mon Sep 17 00:00:00 2001 From: onepiecefreak3 Date: Sun, 27 Oct 2024 21:27:12 +0100 Subject: [PATCH] Adjust copyright notice for TextEditor; --- ImGui.Forms/Controls/Text/Editor/TextEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImGui.Forms/Controls/Text/Editor/TextEditor.cs b/ImGui.Forms/Controls/Text/Editor/TextEditor.cs index 65cccca..1fcaff2 100644 --- a/ImGui.Forms/Controls/Text/Editor/TextEditor.cs +++ b/ImGui.Forms/Controls/Text/Editor/TextEditor.cs @@ -11,7 +11,7 @@ namespace ImGui.Forms.Controls.Text.Editor { - // Original implementation in C++ and for Dear ImGui: https://github.com/BalazsJako/ImGuiColorTextEdit + // Original implementation in C++ and for Dear ImGui by BalazsJako: https://github.com/BalazsJako/ImGuiColorTextEdit // Modified by onepiecefreak: Translated to C#; Adjusted to ImGui.Forms paradigms and code design public class TextEditor : Component