Revert "[Dialog] Evaluate margins when BackgroundHints change"

This reverts commit 1367c5d3f664581fe5612953511f103f739c1f4a
This commit is contained in:
Mikel Johnson 2020-11-20 15:20:36 +00:00
parent c387bddf17
commit 717e2ab7b0

View File

@ -1456,7 +1456,6 @@ void Dialog::setBackgroundHints(Dialog::BackgroundHints hints)
d->backgroundHints = hints; d->backgroundHints = hints;
d->updateTheme(); d->updateTheme();
d->updateLayoutParameters();
emit backgroundHintsChanged(); emit backgroundHintsChanged();
} }