diff --git a/Telegram/SourceFiles/history/view/history_view_element.cpp b/Telegram/SourceFiles/history/view/history_view_element.cpp index a9525e2493..1b595c77a8 100644 --- a/Telegram/SourceFiles/history/view/history_view_element.cpp +++ b/Telegram/SourceFiles/history/view/history_view_element.cpp @@ -2569,7 +2569,7 @@ void Element::blockquoteExpandChanged() { } void Element::invalidateTextSizeCache() { - _textWidth = -1; + _textWidth = 0; _textHeight = 0; _textRealWidth = 0; invalidateTextDependentCache();