qt: Fix compile error

This commit is contained in:
Cacodemon345
2022-02-16 16:19:55 +06:00
parent 882f5a331f
commit d25a16eedb

View File

@@ -135,7 +135,6 @@ void RendererCommon::drawStatusBarIcons(QPainter* painter)
x += main_window->statusBar()->layout()->spacing();
}
else painter->fillRect(x, painter->device()->height() - pixmap.height() - 4, 4, pixmap.height() + 4, QColor::fromRgbF(0, 0, 0, .5));
pixheight = qMax((unsigned int)pixheight, (unsigned int)pixmap.height());
}
}
}