fix(ui): 解决连续右键无线网络后连接框不消失问题
This commit is contained in:
parent
edc6c7d6cb
commit
6ef5e8abfb
|
@ -166,6 +166,10 @@ void WlanListItem::onRightButtonClicked()
|
|||
{
|
||||
qDebug()<< LOG_FLAG <<"onRightButtonClicked";
|
||||
|
||||
if (m_hoverButton->isVisible()) {
|
||||
m_hoverButton->hide();
|
||||
}
|
||||
|
||||
if (!m_menu) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue