feat(trayplugin):remove trayplugin highlight

This commit is contained in:
shaojun 2019-08-27 20:02:36 +08:00
parent 229dec043b
commit 4f47ac2970

View File

@ -132,6 +132,9 @@ void PluginsItem::paintEvent(QPaintEvent *event)
return;
}
if (itemType() == TrayPlugin)
return;
// draw hover background
QRect destRect;
destRect.setSize(m_centralWidget->sizeHint());