1
0
Fork 0

add missing paren

This commit is contained in:
mfranz 2005-07-09 14:01:52 +00:00
parent f3e88fc05d
commit 01bca490b1

View file

@ -369,7 +369,7 @@ FGDialog::display (SGPropertyNode * props)
LayoutWidget wid(props);
puFont *fnt = _gui->getDefaultFont();
wid.setDefaultFont(fnt, int(fnt->getPointSize());
wid.setDefaultFont(fnt, int(fnt->getPointSize()));
int pw=0, ph=0;
if(!userw || !userh)