1 parent 68bce6d commit 86ebbf3Copy full SHA for 86ebbf3
1 file changed
src/variety-common/Graphic.js
@@ -1530,7 +1530,7 @@ pzpr.classmgr.makeCommon({
1530
//---------------------------------------------------------------------------
1531
drawMBs: function(withcross) {
1532
var g = this.vinc("cell_mb", "auto", true);
1533
- g.lineWidth = 1;
+ g.lineWidth = Math.max(1, this.cw * 0.04);
1534
1535
var rsize = this.cw * 0.35;
1536
var clist = this.range.cells;
0 commit comments