add missing paren
This commit is contained in:
parent
f3e88fc05d
commit
01bca490b1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue