From 717e2ab7b0965cc390d5e5c6a595ae82c60e3e64 Mon Sep 17 00:00:00 2001 From: Mikel Johnson Date: Fri, 20 Nov 2020 15:20:36 +0000 Subject: [PATCH] Revert "[Dialog] Evaluate margins when BackgroundHints change" This reverts commit 1367c5d3f664581fe5612953511f103f739c1f4a --- src/plasmaquick/dialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plasmaquick/dialog.cpp b/src/plasmaquick/dialog.cpp index 53c5f8e51..f509ef071 100644 --- a/src/plasmaquick/dialog.cpp +++ b/src/plasmaquick/dialog.cpp @@ -1456,7 +1456,6 @@ void Dialog::setBackgroundHints(Dialog::BackgroundHints hints) d->backgroundHints = hints; d->updateTheme(); - d->updateLayoutParameters(); emit backgroundHintsChanged(); }