Oops, I didn't test compile the latest code and this is what happens.
This commit is contained in:
parent
d4b8a81a44
commit
a75c0859bd
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue