mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
parent
1cb92ef69a
commit
20f53c89ad
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ void Poll::paintBottom(
|
||||||
p.setOpacity(st::historyPollRippleOpacity);
|
p.setOpacity(st::historyPollRippleOpacity);
|
||||||
_linkRipple->paint(
|
_linkRipple->paint(
|
||||||
p,
|
p,
|
||||||
left - st::msgPadding.left(),
|
left - st::msgPadding.left() - _linkRippleShift,
|
||||||
height() - linkHeight,
|
height() - linkHeight,
|
||||||
width(),
|
width(),
|
||||||
&stm->msgWaveformInactive->c);
|
&stm->msgWaveformInactive->c);
|
||||||
|
|
Loading…
Add table
Reference in a new issue