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