mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix reactions geometry for round videos.
This commit is contained in:
parent
830a338082
commit
1d2065e4ef
1 changed files with 1 additions and 1 deletions
|
@ -1171,7 +1171,7 @@ bool Gif::needsBubble() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
QRect Gif::contentRectForReactionButton() const {
|
QRect Gif::contentRectForReactionButton() const {
|
||||||
if (isSeparateRoundVideo()) {
|
if (!isSeparateRoundVideo()) {
|
||||||
return QRect(0, 0, width(), height());
|
return QRect(0, 0, width(), height());
|
||||||
}
|
}
|
||||||
auto paintx = 0, painty = 0, paintw = width(), painth = height();
|
auto paintx = 0, painty = 0, paintw = width(), painth = height();
|
||||||
|
|
Loading…
Add table
Reference in a new issue