1
0
Fork 0

- hide status line in screenshots

- fix status dialog closing
This commit is contained in:
mfranz 2006-05-09 09:41:52 +00:00
parent b73dec0724
commit fc5ab53552

View file

@ -1096,7 +1096,8 @@ showStatusDialog = func {
name = "ufo-status-dialog";
if (contains(dialog, name)) {
closeModelSelectDialog();
fgcommand("dialog-close", props.Node.new({ "dialog-name" : name }));
delete(dialog, name);
return;
}
@ -1138,3 +1139,5 @@ showStatusDialog = func {
}
setlistener("/sim/signals/screenshot", showStatusDialog);