From 6ef5e8abfbf28bfa34b89a44b544e51b6c5c22ef Mon Sep 17 00:00:00 2001 From: zhangyuanyuan1 Date: Wed, 21 Feb 2024 15:25:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E8=A7=A3=E5=86=B3=E8=BF=9E=E7=BB=AD?= =?UTF-8?q?=E5=8F=B3=E9=94=AE=E6=97=A0=E7=BA=BF=E7=BD=91=E7=BB=9C=E5=90=8E?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E6=A1=86=E4=B8=8D=E6=B6=88=E5=A4=B1=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/list-items/wlanlistitem.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/frontend/list-items/wlanlistitem.cpp b/src/frontend/list-items/wlanlistitem.cpp index f4eaac96..8256559b 100644 --- a/src/frontend/list-items/wlanlistitem.cpp +++ b/src/frontend/list-items/wlanlistitem.cpp @@ -166,6 +166,10 @@ void WlanListItem::onRightButtonClicked() { qDebug()<< LOG_FLAG <<"onRightButtonClicked"; + if (m_hoverButton->isVisible()) { + m_hoverButton->hide(); + } + if (!m_menu) { return; }