Commit b5263f02 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete .

parent eca9db3e
......@@ -3004,7 +3004,7 @@
var range = ws.getSelectedRange();
var p1 = this.getCellCoord(range.c1, range.r1);
var p2 = this.getCellCoord(range.c2, range.r2);
return {X : p1._x, Y : p1._y, W : p2._x - p1._x + p2._width., H : p2._y - p1._y + p2._height};
return {X : p1._x, Y : p1._y, W : p2._x - p1._x + p2._width, H : p2._y - p1._y + p2._height};
};
//------------------------------------------------------------export---------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment