Commit ca57f83a authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

fix bug #27204

Курсор в ячейке для ретины

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59462 954022d7-b5bf-4e40-9824-e11837661b57
parent aa1e040d
......@@ -1133,6 +1133,10 @@
if (dy !== undefined || redrawText) {this._renderText(y);}
if (AscBrowser.isRetina) {
curLeft >>= 1;
curTop >>= 1;
}
this.cursorStyle.left = curLeft + "px";
this.cursorStyle.top = curTop + "px";
this.cursorStyle.height = curHeight + "px";
......
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