Fix build on MSVC.

This commit is contained in:
John Preston 2025-05-01 17:59:38 +04:00
parent fe21ca5b95
commit 1263a5bfc0

View file

@ -132,9 +132,6 @@ void ResolveBankCardAction::paintEvent(QPaintEvent *e) {
p.fillRect(0, 0, width(), height, selected ? _st.itemBgOver : _st.itemBg);
const auto &padding = st::groupCallJoinAsPadding;
const auto textLeft = padding.left()
+ st::groupCallJoinAsPhotoSize
+ padding.left();
{
p.setPen(selected ? _st.itemFgShortcutOver : _st.itemFgShortcut);
const auto w = width() - padding.left() - padding.right();