about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xmiasm/graph/graph_qt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/graph/graph_qt.py b/miasm/graph/graph_qt.py
index 40507ca6..c9e71683 100755
--- a/miasm/graph/graph_qt.py
+++ b/miasm/graph/graph_qt.py
@@ -749,7 +749,7 @@ class MainWindow(QtGui.QWidget):
             sug.xspace = 40
             sug.yspace = 40
             sug.init_all(roots=r,inverted_edges=filter(lambda x:x.feedback, g.C[index].sE))
-            sug.route_edge = route_with_nurbs
+            sug.route_edge = route_with_splines
             sug.draw(1)
 
             min_pos_x = None