keep container popup shown when drop into it

Change-Id: I0434120b0f0f9307b40834a7ca5141b23365adf1
This commit is contained in:
石博文 2018-02-26 15:04:48 +08:00
parent e5972a5aa4
commit 8a2092b81c
Notes: gerrit 2018-02-28 05:54:40 +00:00
Verified+1: Anonymous Coward #1000004
Code-Review+2: 石博文 <sbw@sbw.so>
Submitted-by: 石博文 <sbw@sbw.so>
Submitted-at: Wed, 28 Feb 2018 05:54:39 +0000
Reviewed-on: https://cr.deepin.io/31959
Project: dde/dde-dock
Branch: refs/heads/master

View File

@ -40,8 +40,8 @@ void ContainerItem::setDropping(const bool dropping)
{
if (dropping)
showPopupApplet(m_containerWidget);
else
hidePopup();
// else
// hidePopup();
m_dropping = dropping;
update();