diff --git a/imgui.cpp b/imgui.cpp index 676202e6..a1382ce7 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -1179,7 +1179,7 @@ struct ImGuiDrawContext ItemWidth = 0.0f; ButtonRepeat = false; AllowKeyboardFocus = true; - TextWrapPos = 1.0f; + TextWrapPos = -1.0f; ColorEditMode = ImGuiColorEditMode_RGB; memset(StackSizesBackup, 0, sizeof(StackSizesBackup));