mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fix: 修复任务栏调整高度时闪烁现象
调整高度时,会不停的重置任务栏位置,导致闪烁现象,当调整时,禁止重置即可 Log: 修复任务栏调整高度时闪烁现象 Change-Id: I31dfa3592090b6e3c0560e08562c804ba241e33c
This commit is contained in:
parent
b485db744f
commit
d0bbfe7208
@ -239,7 +239,7 @@ void MultiScreenWorker::onExtralRegionMonitorChanged(int x, int y, const QString
|
||||
{
|
||||
Q_UNUSED(x);
|
||||
Q_UNUSED(y);
|
||||
if (m_extralRegisterKey != key)
|
||||
if (m_extralRegisterKey != key || testState(MousePress))
|
||||
return;
|
||||
|
||||
// FIXME:每次都要重置一下,是因为qt中的QScreen类缺少nameChanged信号,后面会给上游提交patch修复
|
||||
|
Loading…
x
Reference in New Issue
Block a user