mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fix popup tips position error
Change-Id: I986b209f08a3fc6fa22b55a6cdfb9f8d6f89c4b5
This commit is contained in:
parent
056f550da1
commit
d648a80ff8
@ -22,6 +22,7 @@ DockItem::DockItem(const ItemType type, QWidget *parent)
|
||||
if (!PopupTips.get())
|
||||
{
|
||||
DArrowRectangle *arrowRectangle = new DArrowRectangle(DArrowRectangle::ArrowBottom, nullptr);
|
||||
arrowRectangle->setShadowBlurRadius(0);
|
||||
PopupTips.reset(arrowRectangle);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user