don't close the dialog on Esc (Jester was right: that's annoying :-)
This commit is contained in:
parent
2541ad8e30
commit
9d4d61e2e8
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ var dialog = {
|
|||
titlebar.addChild("empty").set("stretch", 1);
|
||||
|
||||
var w = titlebar.addChild("button");
|
||||
w.node.setValues({"pref-width": 16, "pref-height": 16, legend: "", default: 0, key: "Esc"});
|
||||
w.node.setValues({"pref-width": 16, "pref-height": 16, legend: "", default: 0});
|
||||
w.setBinding("nasal", "multiplayer.dialog.del()");
|
||||
|
||||
me.dialog.addChild("hrule");
|
||||
|
|
Loading…
Add table
Reference in a new issue