From 419b344b6d3d46afb9ae0796041cea5510e12221 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 2 Oct 2014 16:16:37 +0200 Subject: [PATCH] make sure the theme is loaded on item sync Change-Id: Iea920b208c9e84bc9fb3c6c3c39e4362782f0b5f --- src/plasmaquick/dialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plasmaquick/dialog.cpp b/src/plasmaquick/dialog.cpp index d8795a7e2..b3e9b448d 100644 --- a/src/plasmaquick/dialog.cpp +++ b/src/plasmaquick/dialog.cpp @@ -515,6 +515,7 @@ void DialogPrivate::syncToMainItemSize() return; } + updateTheme(); if (visualParent) { // fixedMargins will get all the borders, no matter if they are enabled auto margins = frameSvgItem->fixedMargins();