mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fix: 解决任务栏音量图标第二次点击无法关闭音量面板的问题
按键弹起时隐藏异形窗口 Log: 优化任务栏音量等插件人机交互逻辑 Bug: https://pms.uniontech.com/zentao/bug-view-106438.html Influence: 任务栏-音量,蓝牙插件,第二次点击时隐藏自身弹出的窗口面板 Change-Id: Ia5a5883b1d68575d1c2e6398835c8bf8932f9a3b
This commit is contained in:
parent
0c10c2186d
commit
db77d69f24
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user