mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix unwrapped media top skip.
This commit is contained in:
parent
b67bfd0a8a
commit
05edf00d40
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ QSize UnwrappedMedia::countCurrentSize(int newWidth) {
|
|||
accumulate_max(newHeight, minimal + st::msgDateImgDelta + infoHeight);
|
||||
}
|
||||
accumulate_max(newWidth, _parent->reactionsOptimalWidth());
|
||||
_topAdded = 0;
|
||||
const auto via = item->Get<HistoryMessageVia>();
|
||||
const auto reply = _parent->displayedReply();
|
||||
const auto forwarded = getDisplayedForwardedInfo();
|
||||
|
|
Loading…
Add table
Reference in a new issue