about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2011-08-30 13:28:59 +0200
committerserpilliere <devnull@localhost>2011-08-30 13:28:59 +0200
commite1c55acfc706da40c4f7edb715925bf851048087 (patch)
tree959ee39a65d2c7b20ee7c48cd434a71c2c0a3d9b
parent8fd1e736cd1427e170ad4a6376808f4f8c52f3dc (diff)
downloadmiasm-e1c55acfc706da40c4f7edb715925bf851048087.tar.gz
miasm-e1c55acfc706da40c4f7edb715925bf851048087.zip
fix grandalf api
-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