2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 15:45:12 +00:00

Fix build with GCC.

This commit is contained in:
John Preston
2022-11-21 22:02:51 +00:00
parent 937d243a4c
commit 79a2d85287
5 changed files with 1 additions and 12 deletions

View File

@@ -555,7 +555,6 @@ void InnerWidget::paintEvent(QPaintEvent *e) {
const auto &list = _shownList->all();
const auto shownBottom = _shownList->height() - skipTopHeight();
const auto active = activeEntry.key;
const auto selected = isPressed()
? (_pressed ? _pressed->key() : Key())
: (_selected ? _selected->key() : Key());