1
0
Fork 0

use gui-redraw fgcommand

This commit is contained in:
mfranz 2005-11-09 17:17:51 +00:00
parent eeff07c0e7
commit 7a3799a241

View file

@ -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());
}