https://bugs.kde.org/show_bug.cgi?id=487310

--- Comment #1 from Akseli Lahtinen <akse...@akselmo.dev> ---
The bug seems to be in `kde/src/plasma-workspace/shell/panelview.cpp`

In `PanelView::resizeEvent`, removing the following fixes the issue.

```cpp
//const QPoint pos = geometryByDistance(0).topLeft();
//setPosition(pos);
```

 However this causes the window preview hover popup to be in wrong place.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to