diff --git a/celldrawer.cpp b/celldrawer.cpp index fcb60bdd..e5a2f69f 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -843,7 +843,7 @@ void celldrawer::draw_grid() { if(!bt::in() && c->move(t) < c) continue; dynamicval g(poly_outline, gridcolor(c, c->move(t))); if(fat_edges && reg3::in()) { - for(int i=0; imove(i)) { + for(int i=0; imove(i) || fake::in()) { for(int j=0; jtype; t++) - if(c->move(t) && (c->move(t) < c || isWarped(c->move(t)))) + if(c->move(t) && (c->move(t) < c || isWarped(c->move(t)) || fake::in())) gridline(V, get_corner_position(c, t%c->type), get_corner_position(c, (t+1)%c->type), gridcolor(c, c->move(t)), prec); } }