Commit 29bdd463 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

startCol->startRow

при получении координат для контекстного меню

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47908 954022d7-b5bf-4e40-9824-e11837661b57
parent 6a35cc79
...@@ -427,7 +427,6 @@ ...@@ -427,7 +427,6 @@
this.isChartAreaEditMode = false; this.isChartAreaEditMode = false;
this.lockDraw = false; this.lockDraw = false;
this.isSelectDialogRangeMode = false; this.isSelectDialogRangeMode = false;
this.copyOfActiveRange = null; this.copyOfActiveRange = null;
...@@ -5868,7 +5867,7 @@ ...@@ -5868,7 +5867,7 @@
xL *= asc_getcvt( 1/*pt*/, 0/*px*/, this._getPPIX() ); xL *= asc_getcvt( 1/*pt*/, 0/*px*/, this._getPPIX() );
yL *= asc_getcvt( 1/*pt*/, 0/*px*/, this._getPPIY() ); yL *= asc_getcvt( 1/*pt*/, 0/*px*/, this._getPPIY() );
var width = this.getColumnWidth (this.activeRange.startCol, /*px*/0); var width = this.getColumnWidth (this.activeRange.startCol, /*px*/0);
var height = this.getRowHeight(this.activeRange.startCol, /*px*/0); var height = this.getRowHeight(this.activeRange.startRow, /*px*/0);
return new asc_CCellRect (xL, yL, width, height); return new asc_CCellRect (xL, yL, width, height);
}, },
......
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