Stator bug fix for UNDO / REDO

This commit is contained in:
2016-04-05 04:36:29 +08:00
parent fcfe5d9b60
commit 11dbf01ddf
4 changed files with 37 additions and 17 deletions
+3 -1
View File
@@ -147,7 +147,9 @@
if( 0 < this.__off )
{
d += this.__off;
if( 0 < d && phantomSpace )
d += this.__off;
this.__off = 0;
}