mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Fix sticker quote reply layout.
This commit is contained in:
parent
8a92c89f39
commit
03454ca3b4
1 changed files with 0 additions and 3 deletions
|
@ -125,9 +125,6 @@ QSize UnwrappedMedia::countCurrentSize(int newWidth) {
|
||||||
if (via) {
|
if (via) {
|
||||||
via->resize(availw);
|
via->resize(availw);
|
||||||
}
|
}
|
||||||
if (reply) {
|
|
||||||
[[maybe_unused]] int height = reply->resizeToWidth(availw);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return { newWidth, newHeight };
|
return { newWidth, newHeight };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue