diff --git a/src/interface/Label.cpp b/src/interface/Label.cpp index b8239776f..80387cebc 100644 --- a/src/interface/Label.cpp +++ b/src/interface/Label.cpp @@ -107,7 +107,8 @@ void Label::updateMultiline() *wordStart = '\n'; else if(!wordStart) rawText[charIndex-1] = '\n'; - lineWidth = wordWidth = 0; + lineWidth = wordWidth; + wordWidth = 0; lines++; } break;