From 3735c838586b582fa464bf4a359be4d82ba8e067 Mon Sep 17 00:00:00 2001 From: Maomao43803 Date: Thu, 19 May 2022 17:54:03 +0800 Subject: [PATCH] Fix#120349 the show more label's icon has wrong display. --- frontend/control/list-labels/show-more-label.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/control/list-labels/show-more-label.cpp b/frontend/control/list-labels/show-more-label.cpp index e0a2244..d2b3908 100644 --- a/frontend/control/list-labels/show-more-label.cpp +++ b/frontend/control/list-labels/show-more-label.cpp @@ -64,6 +64,7 @@ void ShowMoreLabel::initUi() { m_iconLabel->setPalette(pal); m_iconLabel->setCursor(QCursor(Qt::PointingHandCursor)); m_iconLabel->setProperty("useIconHighlightEffect", 0x08); + m_iconLabel->setProperty("iconHighlightEffectMode", 1); // m_layout->addWidget(m_loadingIconLabel); }