]> git.mxchange.org Git - flightgear.git/commitdiff
Oops, I didn't test compile the latest code and this is what happens.
authorehofman <ehofman>
Mon, 16 May 2005 09:05:17 +0000 (09:05 +0000)
committerehofman <ehofman>
Mon, 16 May 2005 09:05:17 +0000 (09:05 +0000)
src/GUI/dialog.cxx

index 6e9227104dffaad73455f6bfcbe794609a4cc4b6..1436adae361e70f8a2374a75f329d2539a95b944 100644 (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;