make room for more font specifications in style files
This commit is contained in:
parent
940d1aa8df
commit
e51cd8eaf5
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ NewGUI::setStyle (void)
|
|||
if (!n)
|
||||
n = sim->getChild("gui", 0, true);
|
||||
|
||||
setupFont(n->getNode("font", true));
|
||||
setupFont(n->getNode("fonts/gui", true));
|
||||
n = n->getNode("colors", true);
|
||||
|
||||
for (int i = 0; i < n->nChildren(); i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue