2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Beta version 3.2.6: Fix build on Linux.

This commit is contained in:
John Preston
2021-11-29 09:47:39 +04:00
parent 5afcd47ab0
commit 453ce1bff9
5 changed files with 2 additions and 11 deletions

View File

@@ -699,8 +699,6 @@ void SessionsContent::List::paintEvent(QPaintEvent *e) {
const auto x = st::sessionPadding.left();
const auto y = st::sessionPadding.top();
const auto w = width();
const auto xact = st::sessionTerminateSkip
+ st::sessionTerminate.iconPosition.x();
p.translate(0, from * st::sessionHeight);
for (auto i = from; i != till; ++i) {
const auto &entry = _items[i];