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 d6831ca commit 81c9974Copy full SHA for 81c9974
src/FloatingDragPreview.cpp
@@ -151,7 +151,7 @@ void FloatingDragPreviewPrivate::updateDropOverlays(const QPoint &GlobalPos)
151
// If there is only one single visible dock area in a container, then
152
// it does not make sense to show a dock overlay because the dock area
153
// would be removed and inserted at the same position
154
- if (VisibleDockAreas <= 1)
+ if (VisibleDockAreas == 1)
155
{
156
ContainerOverlay->hideOverlay();
157
}
0 commit comments