summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-workspace/files/plasma-workspace-5.25.5-relayout.patch
blob: efd211c26de40293769d126846b2d5308988dc44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
https://invent.kde.org/plasma/plasma-workspace/-/commit/f30431c9ed0bb70506cbc72ea337323660a0dc14

From f30431c9ed0bb70506cbc72ea337323660a0dc14 Mon Sep 17 00:00:00 2001
From: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Wed, 19 Oct 2022 14:15:16 -0500
Subject: [PATCH] Remove unnecessary heuristic relayout function call

(cherry picked from commit c344410a061862dd4802581a1ac3b9a09758ace0)
--- a/components/containmentlayoutmanager/appletslayout.cpp
+++ b/components/containmentlayoutmanager/appletslayout.cpp
@@ -80,10 +80,6 @@ AppletsLayout::AppletsLayout(QQuickItem *parent)
             } 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 {
-                polish();
             }
         }
         m_layoutChanges = NoChange;
GitLab