diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-28 11:40:45 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-28 11:40:45 +0500 |
| commit | 48faa910496b1b3811c2b52f16d5a76f38ca3e48 (patch) | |
| tree | 5fee26efe25bee28402b56fb29264ab575f758b5 /src/ui_elements | |
| parent | 2802c8e8bb987206da0991129e30f0c198cd8f37 (diff) | |
windows fix
Diffstat (limited to 'src/ui_elements')
| -rw-r--r-- | src/ui_elements/TextEditor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui_elements/TextEditor.c b/src/ui_elements/TextEditor.c index 13a13a6..e114080 100644 --- a/src/ui_elements/TextEditor.c +++ b/src/ui_elements/TextEditor.c @@ -99,6 +99,7 @@ TextArea *CreateTextArea(TextAreaDisplayParams *DisplayParams) { } outp->StartNode = start_node; + outp->CursorPosition = (Vector2){ 0, 0 }; outp->CurrentNode = start_node; outp->NodeLenth = 1; outp->DisplayParams = DisplayParams; |
