@@ -1311,8 +1311,10 @@ var gljOprObj = {
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;
+ //x = x + offset;
+ //w = w - offset;
GC.Spread.Sheets.CellTypes.Text.prototype.paint.apply(this, arguments);
};