From 7a3799a241b200f6d7324e34ba1d0903e089e1f3 Mon Sep 17 00:00:00 2001 From: mfranz Date: Wed, 9 Nov 2005 17:17:51 +0000 Subject: [PATCH] use gui-redraw fgcommand --- Nasal/gui.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/gui.nas b/Nasal/gui.nas index 0e4334e17..502e48956 100644 --- a/Nasal/gui.nas +++ b/Nasal/gui.nas @@ -102,7 +102,7 @@ nextStyle = func { curr = 0; } setprop("/sim/current-gui", curr); - fgcommand("reinit", props.Node.new({ "subsystem" : "gui"})) + fgcommand("gui-redraw", props.Node.new()); }