diff --git a/Telegram/SourceFiles/history/view/history_view_message.cpp b/Telegram/SourceFiles/history/view/history_view_message.cpp index d842e5fc3..7d5e9d677 100644 --- a/Telegram/SourceFiles/history/view/history_view_message.cpp +++ b/Telegram/SourceFiles/history/view/history_view_message.cpp @@ -1533,7 +1533,7 @@ QRect Message::countGeometry() const { int Message::resizeContentGetHeight(int newWidth) { if (isHiddenByGroup()) { - return 0; + return marginTop() + marginBottom(); } else if (newWidth < st::msgMinWidth) { return height(); }