forked from len0rd/rockbox
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
This commit is contained in:
parent
a9d752b1bd
commit
18a6f42f26
4 changed files with 50 additions and 2 deletions
|
|
@ -311,8 +311,7 @@ void EditorWindow::addTab(TabContent *doc)
|
|||
this, SLOT(lineChanged(int)));
|
||||
|
||||
/* Connecting to settings change events */
|
||||
if(doc->type() == TabContent::Skin)
|
||||
dynamic_cast<SkinDocument*>(doc)->connectPrefs(prefs);
|
||||
doc->connectPrefs(prefs);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue