diff options
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.cpp')
| -rw-r--r-- | utils/themeeditor/gui/editorwindow.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.cpp b/utils/themeeditor/gui/editorwindow.cpp index 4c073b9..171e7b7 100644 --- a/utils/themeeditor/gui/editorwindow.cpp +++ b/utils/themeeditor/gui/editorwindow.cpp @@ -22,6 +22,8 @@ #include "editorwindow.h" #include "projectmodel.h" #include "ui_editorwindow.h" +#include "rbfontcache.h" +#include "rbtextcache.h" #include <QDesktopWidget> #include <QFileSystemModel> @@ -49,6 +51,9 @@ EditorWindow::~EditorWindow() delete project; delete deviceConfig; delete deviceDock; + + RBFontCache::clearCache(); + RBTextCache::clearCache(); } void EditorWindow::loadTabFromSkinFile(QString fileName) |