fix: 解决任务栏音量图标第二次点击无法关闭音量面板的问题

按键弹起时隐藏异形窗口

Log: 优化任务栏音量等插件人机交互逻辑
Bug: https://pms.uniontech.com/zentao/bug-view-106438.html
Influence: 任务栏-音量,蓝牙插件,第二次点击时隐藏自身弹出的窗口面板
Change-Id: Ia5a5883b1d68575d1c2e6398835c8bf8932f9a3b
This commit is contained in:
songwentao 2021-12-09 13:50:05 +08:00
parent 0c10c2186d
commit db77d69f24

View File

@ -52,7 +52,7 @@ DockPopupWindow::DockPopupWindow(QWidget *parent)
}
connect(m_wmHelper, &DWindowManagerHelper::hasCompositeChanged, this, &DockPopupWindow::compositeChanged);
connect(m_regionInter, &DRegionMonitor::buttonPress, this, &DockPopupWindow::onGlobMouseRelease);
connect(m_regionInter, &DRegionMonitor::buttonRelease, this, &DockPopupWindow::onGlobMouseRelease);
}
DockPopupWindow::~DockPopupWindow()