1
0
Fork 0

Oops, I didn't test compile the latest code and this is what happens.

This commit is contained in:
ehofman 2005-05-16 09:05:17 +00:00
parent d4b8a81a44
commit a75c0859bd

View file

@ -361,8 +361,8 @@ FGDialog::display (SGPropertyNode * props)
// bool userx = props->hasValue("x");
// bool usery = props->hasValue("y");
// bool userw = props->hasValue("width");
// bool userh = props->hasValue("height");
bool userw = props->hasValue("width");
bool userh = props->hasValue("height");
LayoutWidget wid(props);
int pw=0, ph=0;