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

--- Comment #37 from Aaron Rainbolt <arraybo...@gmail.com> ---
In
https://invent.kde.org/plasma/plasma-workspace/-/blob/Plasma/5.25/components/containmentlayoutmanager/appletslayout.cpp,
lines 83-88:

>    } else if (!m_geometryBeforeResolutionChange.isEmpty()) {
>        m_layoutManager->layoutGeometryChanged(newGeom, 
> m_geometryBeforeResolutionChange);
>        m_geometryBeforeResolutionChange = QRectF();
>    
>        // Heuristically relayout items only when the plasma startup is fully 
> completed
>    } else {

Commenting out the "else if" in this section of code causes the bug to
disappear.

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

Reply via email to