2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 14:08:41 +00:00

Fix date/unread bar display in albums.

This commit is contained in:
John Preston
2018-01-29 21:06:58 +03:00
parent 17b913fb13
commit adcce61b52

View File

@@ -1533,7 +1533,7 @@ QRect Message::countGeometry() const {
int Message::resizeContentGetHeight(int newWidth) { int Message::resizeContentGetHeight(int newWidth) {
if (isHiddenByGroup()) { if (isHiddenByGroup()) {
return 0; return marginTop() + marginBottom();
} else if (newWidth < st::msgMinWidth) { } else if (newWidth < st::msgMinWidth) {
return height(); return height();
} }