summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui')
-rw-r--r--utils/themeeditor/gui/skindocument.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/skindocument.cpp b/utils/themeeditor/gui/skindocument.cpp
index 4f48d341fe..6863ff5a9d 100644
--- a/utils/themeeditor/gui/skindocument.cpp
+++ b/utils/themeeditor/gui/skindocument.cpp
@@ -288,6 +288,8 @@ void SkinDocument::save()
288 titleText = decompose.last(); 288 titleText = decompose.last();
289 emit titleChanged(titleText); 289 emit titleChanged(titleText);
290 290
291 scene();
292
291} 293}
292 294
293void SkinDocument::saveAs() 295void SkinDocument::saveAs()
@@ -320,6 +322,8 @@ void SkinDocument::saveAs()
320 titleText = decompose[decompose.count() - 1]; 322 titleText = decompose[decompose.count() - 1];
321 emit titleChanged(titleText); 323 emit titleChanged(titleText);
322 324
325 scene();
326
323} 327}
324 328
325QString SkinDocument::findSetting(QString key, QString fallback) 329QString SkinDocument::findSetting(QString key, QString fallback)