Skip to content

Commit

Permalink
Adjust copyright notice for TextEditor;
Browse files Browse the repository at this point in the history
  • Loading branch information
onepiecefreak3 committed Oct 27, 2024
1 parent fff0eeb commit 81195aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImGui.Forms/Controls/Text/Editor/TextEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81195aa

Please sign in to comment.