Commit 9da22553 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Текст при вводе в ячейку скачет на 1px.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57755 954022d7-b5bf-4e40-9824-e11837661b57
parent f14f36f5
...@@ -1023,7 +1023,7 @@ ...@@ -1023,7 +1023,7 @@
.fillRect(0, 0, ctx.getWidth(), ctx.getHeight()); .fillRect(0, 0, ctx.getWidth(), ctx.getHeight());
if (opt.fragments.length > 0) { if (opt.fragments.length > 0) {
t.textRender.render(t._getContentLeft(), -ctx._1px_y + (dy === undefined ? 0 : dy), t._getContentWidth(), opt.textColor); t.textRender.render(t._getContentLeft(), (dy === undefined ? 0 : dy), t._getContentWidth(), opt.textColor);
} }
}; };
......
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