mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Correctly round spoiler animation in ExtendedMedia.
This commit is contained in:
@@ -570,7 +570,8 @@ void ConfirmContactBox::paintEvent(QPaintEvent *e) {
|
||||
auto context = theme->preparePaintContext(
|
||||
_chatStyle.get(),
|
||||
rect(),
|
||||
rect());
|
||||
rect(),
|
||||
controller()->isGifPausedAtLeastFor(Window::GifPauseReason::Layer));
|
||||
p.translate(st::boxPadding.left(), 0);
|
||||
if (_comment) {
|
||||
context.outbg = _comment->hasOutLayout();
|
||||
|
Reference in New Issue
Block a user