From a75c0859bd855f5e6395d169846debcffd50bcea Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 16 May 2005 09:05:17 +0000 Subject: [PATCH] Oops, I didn't test compile the latest code and this is what happens. --- src/GUI/dialog.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/dialog.cxx b/src/GUI/dialog.cxx index 6e9227104..1436adae3 100644 --- a/src/GUI/dialog.cxx +++ b/src/GUI/dialog.cxx @@ -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; -- 2.39.5