From 8a2092b81c8f6bbd65fa66c61e03d7163679cc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E5=8D=9A=E6=96=87?= Date: Mon, 26 Feb 2018 15:04:48 +0800 Subject: [PATCH] keep container popup shown when drop into it Change-Id: I0434120b0f0f9307b40834a7ca5141b23365adf1 --- frame/item/containeritem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frame/item/containeritem.cpp b/frame/item/containeritem.cpp index 21574e196..75af1a6f5 100644 --- a/frame/item/containeritem.cpp +++ b/frame/item/containeritem.cpp @@ -40,8 +40,8 @@ void ContainerItem::setDropping(const bool dropping) { if (dropping) showPopupApplet(m_containerWidget); - else - hidePopup(); +// else +// hidePopup(); m_dropping = dropping; update();