1
0
Fork 0

make room for more font specifications in style files

This commit is contained in:
mfranz 2006-02-04 13:06:47 +00:00
parent 940d1aa8df
commit e51cd8eaf5

View file

@ -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++) {