fix smart hide not work perfectly when preview

Change-Id: I417d4c3225f4445a62a9d1e9fdf1a194f778a95e
This commit is contained in:
石博文 2017-05-18 16:03:54 +08:00 committed by Deepin Code Review
parent f30631f3c8
commit 83655442dd
Notes: Deepin Code Review 2017-05-22 09:53:43 +08:00
Verified+1: Anonymous Coward #1000004
Code-Review+2: 石博文 <sbw@sbw.so>
Submitted-by: 石博文 <sbw@sbw.so>
Submitted-at: Mon, 22 May 2017 09:53:40 +0800
Reviewed-on: https://cr.deepin.io/23242
Project: dde/dde-dock
Branch: refs/heads/master

View File

@ -277,4 +277,6 @@ void DockItem::hidePopup()
m_popupTipsDelayTimer->stop();
m_popupShown = false;
PopupWindow->hide();
emit requestWindowAutoHide(true);
}