diff --git a/imgui.cpp b/imgui.cpp index 55d082a..1193378 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -5946,7 +5946,7 @@ } // Allow wrapping after punctuation. - inside_word = !(c == '.' || c == ',' || c == ';' || c == '!' || c == '?' || c == '\'' || c == '\"'); + inside_word = !(c == '.' || c == ',' || c == ';' || c == '!' || c == '?' || c == '\"'); } // We ignore blank width at the end of the line (they can be skipped)