summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.cpp
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-08-15 01:50:27 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-08-15 01:50:27 +0000
commit18a6f42f2622d27967c3ad83b27a1de4f713dff2 (patch)
treeaa432ef119d2a1a0140122397bdcd6ba7d4185ec /utils/themeeditor/gui/editorwindow.cpp
parenta9d752b1bd439a20f3ca4d53670a42f880ead533 (diff)
downloadrockbox-18a6f42f2622d27967c3ad83b27a1de4f713dff2.tar.gz
rockbox-18a6f42f2622d27967c3ad83b27a1de4f713dff2.zip
Theme Editor: Editor font/color settings are now applied to config documents
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27818 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.cpp')
-rw-r--r--utils/themeeditor/gui/editorwindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/themeeditor/gui/editorwindow.cpp b/utils/themeeditor/gui/editorwindow.cpp
index 64443a1fd1..71b0c07405 100644
--- a/utils/themeeditor/gui/editorwindow.cpp
+++ b/utils/themeeditor/gui/editorwindow.cpp
@@ -311,8 +311,7 @@ void EditorWindow::addTab(TabContent *doc)
311 this, SLOT(lineChanged(int))); 311 this, SLOT(lineChanged(int)));
312 312
313 /* Connecting to settings change events */ 313 /* Connecting to settings change events */
314 if(doc->type() == TabContent::Skin) 314 doc->connectPrefs(prefs);
315 dynamic_cast<SkinDocument*>(doc)->connectPrefs(prefs);
316} 315}
317 316
318 317