mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
keep container popup shown when drop into it
Change-Id: I0434120b0f0f9307b40834a7ca5141b23365adf1
This commit is contained in:
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
@ -40,8 +40,8 @@ void ContainerItem::setDropping(const bool dropping)
|
||||
{
|
||||
if (dropping)
|
||||
showPopupApplet(m_containerWidget);
|
||||
else
|
||||
hidePopup();
|
||||
// else
|
||||
// hidePopup();
|
||||
|
||||
m_dropping = dropping;
|
||||
update();
|
||||
|
Loading…
x
Reference in New Issue
Block a user