@@ -350,8 +350,8 @@ let basicInfoView = {
offset= drowSubItem(ctx,x,y,w,h,offset,data[options.row+1]);
offset+=1;
}
- x = x + offset;
- w = w - offset;
+ arguments[2] = x + offset;
+ arguments[4] = w - offset;
GC.Spread.Sheets.CellTypes.Text.prototype.paint.apply(this, arguments);
@@ -357,8 +357,8 @@ let projFeatureView = {
};