mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Fix build on MSVC.
This commit is contained in:
parent
fe21ca5b95
commit
1263a5bfc0
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue