summaryrefslogtreecommitdiffstats
path: root/src/skin/legacyskinparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/skin/legacyskinparser.cpp')
-rw-r--r--src/skin/legacyskinparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skin/legacyskinparser.cpp b/src/skin/legacyskinparser.cpp
index 305b4b9c48..3e8e2d9f00 100644
--- a/src/skin/legacyskinparser.cpp
+++ b/src/skin/legacyskinparser.cpp
@@ -610,7 +610,7 @@ QWidget* LegacySkinParser::parseWidgetStack(QDomElement node) {
bool created;
// TODO(rryan): Allow persist enabling. Not sure what the best
// option is -- need to think about it.
- pControl = controlFromConfigKey(configKey, false, &created);
+ pControl = controlFromConfigKey(configKey, true, &created);
if (created) {
// If we created the control, parent it to the child widget so
// it doesn't leak.