mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
feat(trayplugin):remove trayplugin highlight
This commit is contained in:
parent
229dec043b
commit
4f47ac2970
@ -132,6 +132,9 @@ void PluginsItem::paintEvent(QPaintEvent *event)
|
||||
return;
|
||||
}
|
||||
|
||||
if (itemType() == TrayPlugin)
|
||||
return;
|
||||
|
||||
// draw hover background
|
||||
QRect destRect;
|
||||
destRect.setSize(m_centralWidget->sizeHint());
|
||||
|
Loading…
x
Reference in New Issue
Block a user