Fossil SCM

The dotted vertical lines in the graph should use the default color, not the foreground color of the node.

drh 2019-05-14 14:33 trunk
Commit 47b080876ba5650b8b8c04ee947fd308a31471794c6b4073ccdcf7667cdca828
1 file changed +1 -1
+1 -1
--- src/graph.js
+++ src/graph.js
@@ -243,11 +243,11 @@
243243
e = document.getElementById("md"+p.id);
244244
if(e) e.style.backgroundColor = p.bg;
245245
}
246246
if( p.r<0 ) return;
247247
if( p.u>0 ) drawUpArrow(p,tx.rowinfo[p.u-tx.iTopRow],p.fg);
248
- if( p.sb>0 ) drawUpDotted(p,tx.rowinfo[p.sb-tx.iTopRow],p.fg);
248
+ if( p.sb>0 ) drawUpDotted(p,tx.rowinfo[p.sb-tx.iTopRow],null);
249249
var cls = node.cls;
250250
if( p.hasOwnProperty('mi') && p.mi.length ) cls += " merge";
251251
if( p.f&1 ) cls += " leaf";
252252
var n = drawBox(cls,p.bg,p.x,p.y);
253253
n.id = "tln"+p.id;
254254
--- src/graph.js
+++ src/graph.js
@@ -243,11 +243,11 @@
243 e = document.getElementById("md"+p.id);
244 if(e) e.style.backgroundColor = p.bg;
245 }
246 if( p.r<0 ) return;
247 if( p.u>0 ) drawUpArrow(p,tx.rowinfo[p.u-tx.iTopRow],p.fg);
248 if( p.sb>0 ) drawUpDotted(p,tx.rowinfo[p.sb-tx.iTopRow],p.fg);
249 var cls = node.cls;
250 if( p.hasOwnProperty('mi') && p.mi.length ) cls += " merge";
251 if( p.f&1 ) cls += " leaf";
252 var n = drawBox(cls,p.bg,p.x,p.y);
253 n.id = "tln"+p.id;
254
--- src/graph.js
+++ src/graph.js
@@ -243,11 +243,11 @@
243 e = document.getElementById("md"+p.id);
244 if(e) e.style.backgroundColor = p.bg;
245 }
246 if( p.r<0 ) return;
247 if( p.u>0 ) drawUpArrow(p,tx.rowinfo[p.u-tx.iTopRow],p.fg);
248 if( p.sb>0 ) drawUpDotted(p,tx.rowinfo[p.sb-tx.iTopRow],null);
249 var cls = node.cls;
250 if( p.hasOwnProperty('mi') && p.mi.length ) cls += " merge";
251 if( p.f&1 ) cls += " leaf";
252 var n = drawBox(cls,p.bg,p.x,p.y);
253 n.id = "tln"+p.id;
254

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button