Update from toolwindowmanager repository @ 106405739ef8b

This commit is contained in:
baldurk
2024-08-06 14:49:25 +01:00
parent 811ec2a5bd
commit 8b46a1a8fc
@@ -1123,10 +1123,6 @@ void ToolWindowManager::updateDragPosition()
m_dropHotspots[RightWindowSide]->hide();
m_dropHotspots[BottomWindowSide]->hide();
}
for(QWidget *hotspot : m_dropHotspots)
if(hotspot)
hotspot->show();
}
else
{