[Dialog] Evaluate margins when BackgroundHints change

This commit is contained in:
Mikel Johnson 2020-11-19 18:45:27 +00:00
parent 4f80d91ceb
commit 1367c5d3f6

View File

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