Occam's razor.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@403 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -137,9 +137,7 @@ public class ChatControl extends HBox
|
|||||||
_txt.text = _curLine;
|
_txt.text = _curLine;
|
||||||
|
|
||||||
// request focus
|
// request focus
|
||||||
callLater(function () :void {
|
callLater(_txt.setFocus);
|
||||||
_txt.setFocus();
|
|
||||||
});
|
|
||||||
_controls.push(this);
|
_controls.push(this);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user