fix popup tips position error

Change-Id: I986b209f08a3fc6fa22b55a6cdfb9f8d6f89c4b5
This commit is contained in:
石博文 2016-07-14 09:15:14 +08:00 committed by Hualet Wang
parent 056f550da1
commit d648a80ff8

View File

@ -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);
}