Fix poll bottom ripple.

Fixes #28471.
This commit is contained in:
John Preston 2024-10-01 11:48:26 +04:00
parent 1cb92ef69a
commit 20f53c89ad

View file

@ -851,7 +851,7 @@ void Poll::paintBottom(
p.setOpacity(st::historyPollRippleOpacity);
_linkRipple->paint(
p,
left - st::msgPadding.left(),
left - st::msgPadding.left() - _linkRippleShift,
height() - linkHeight,
width(),
&stm->msgWaveformInactive->c);