From d25a16eedbe5bae33abd3b4f4efa14e8ba429a49 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Wed, 16 Feb 2022 16:19:55 +0600 Subject: [PATCH] qt: Fix compile error --- src/qt/qt_renderercommon.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qt/qt_renderercommon.cpp b/src/qt/qt_renderercommon.cpp index 82fa78628..c76067add 100644 --- a/src/qt/qt_renderercommon.cpp +++ b/src/qt/qt_renderercommon.cpp @@ -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()); } } }