2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 14:08:41 +00:00

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);