From a0a63990e2e94dfcd9368440569ef1d407603195 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 23 Sep 2020 14:56:26 +0200 Subject: [PATCH] in Werner hyperbolic don't draw the auto-boundary --- hypgraph.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypgraph.cpp b/hypgraph.cpp index 28d3ad43..a2b7b289 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -2050,6 +2050,8 @@ EX void draw_boundary(int w) { } } + if(pmodel == mdWerner && hyperbolic) return; + switch(pmodel) { case mdTwoPoint: {