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

1px -> 2px (right side selection)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50846 954022d7-b5bf-4e40-9824-e11837661b57
parent b027a3e8
......@@ -2772,7 +2772,7 @@
l = drawLeftSide ? -this.width_1px : 0;
r = drawRightSide ? this.width_1px : 0;
t = drawTopSide ? -this.height_1px : 0;
b = drawBottomSide ? this.height_1px : 0;
b = drawBottomSide ? this.height_2px : 0;
ctx.setStrokeStyle(opt.activeCellBorderColor)
.setLineWidth(3)
......
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