mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fix previous popup widgets not hide
Change-Id: I0c7526015303c19aa7fde206578583ba7ac50794
This commit is contained in:
parent
2189f4a7b6
commit
19f6c34f68
@ -144,6 +144,9 @@ void DockItem::showPopupTips()
|
||||
return;
|
||||
|
||||
DArrowRectangle *tips = PopupTips.get();
|
||||
QWidget *lastContent = tips->getContent();
|
||||
if (lastContent)
|
||||
lastContent->hide();
|
||||
|
||||
switch (DockPosition)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user