We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc863e commit 80aee63Copy full SHA for 80aee63
src/FloatingDragPreview.cpp
@@ -156,7 +156,7 @@ void FloatingDragPreviewPrivate::updateDropOverlays(const QPoint &GlobalPos)
156
// would be removed and inserted at the same position
157
if (VisibleDockAreas <= 1)
158
{
159
- ContainerOverlay->hide();
+ ContainerOverlay->hideOverlay();
160
}
161
162
if (DockArea == ContentSourceArea && InvalidDockWidgetArea == ContainerDropArea)
0 commit comments