Fix VA_REC broken by changes of DELETE

This commit is contained in:
斟酌 鵬兄 2017-01-31 11:54:53 +08:00
parent 5f734a6030
commit e81fe5cc37
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
this.__startX = Cursor.aPos; this.__startX = Cursor.aPos;
this.__panY = this.__cursor.feeder.panY; this.__panY = this.__cursor.feeder.panY;
this.__cMode = e.kMap( "c" ); this.__cMode = e && e.kMap( "c" );
this.__cMode_c = false; this.__cMode_c = false;
this.__enterEvent = e; this.__enterEvent = e;