change graph border from WIRELAYER to SYMLAYER (better colorscheme consistency)
This commit is contained in:
parent
8869a957cc
commit
ecdac027f5
|
|
@ -3138,7 +3138,7 @@ static void draw_graph_grid(Graph_ctx *gr, void *ct)
|
|||
/* background */
|
||||
filledrect(0, NOW, gr->rx1, gr->ry1, gr->rx2, gr->ry2, 2, -1, -1);
|
||||
/* graph bounding box */
|
||||
drawrect(WIRELAYER, NOW, gr->rx1, gr->ry1, gr->rx2, gr->ry2, 0.0, 2, -1, -1);
|
||||
drawrect(SYMLAYER, NOW, gr->rx1, gr->ry1, gr->rx2, gr->ry2, 0.0, 2, -1, -1);
|
||||
|
||||
bbox(START, 0.0, 0.0, 0.0, 0.0);
|
||||
bbox(ADD, gr->rx1, gr->ry1, gr->rx2, gr->ry2);
|
||||
|
|
|
|||
Loading…
Reference in New Issue