Update ScratchRuntime.as

This commit is contained in:
doyousketch2 2014-06-26 08:24:08 -04:00
parent 8ae68c0928
commit b7267ddcc7

View file

@ -474,7 +474,7 @@ public class ScratchRuntime {
p.x = 15;
p.y = ScratchObj.STAGEH - p.height - 5;
app.stagePane.addChild(p);
setTimeout(p.grabKeyboardFocus, 100); // work-around for Window keyboard event handling
setTimeout(p.grabKeyboardFocus, 100); // workaround for Window keyboard event handling
}
public function hideAskPrompt(p:AskPrompter):void {