DELETE command in VISUAL, generalized Stator Obj

This commit is contained in:
2016-03-23 03:15:02 +08:00
parent 5f5e0604fa
commit 78f8a20a5d
10 changed files with 241 additions and 134 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
if ( e.keyCode ) code = e.keyCode;
else if ( e.which ) code = e.which;
handler( sender, new InputEvent( e ) );
handler( sender, new InputEvent( sender, e ) );
};
};