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

fix ConvertXYToLogic

parent 96d31e90
...@@ -13164,8 +13164,8 @@ ...@@ -13164,8 +13164,8 @@
} }
} }
x += this.cols[c].left - this.cellsLeft; x += this.cols[c].left - this.cellsLeft - this.cellsLeft;
y += this.rows[r].top - this.cellsTop; y += this.rows[r].top - this.cellsTop - this.cellsTop;
x *= asc_getcvt(1/*pt*/, 3/*mm*/, this._getPPIX()); x *= asc_getcvt(1/*pt*/, 3/*mm*/, this._getPPIX());
y *= asc_getcvt(1/*pt*/, 3/*mm*/, this._getPPIY()); y *= asc_getcvt(1/*pt*/, 3/*mm*/, this._getPPIY());
......
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