diff options
| author | serpilliere <devnull@localhost> | 2011-08-30 13:28:59 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2011-08-30 13:28:59 +0200 |
| commit | e1c55acfc706da40c4f7edb715925bf851048087 (patch) | |
| tree | 959ee39a65d2c7b20ee7c48cd434a71c2c0a3d9b | |
| parent | 8fd1e736cd1427e170ad4a6376808f4f8c52f3dc (diff) | |
| download | miasm-e1c55acfc706da40c4f7edb715925bf851048087.tar.gz miasm-e1c55acfc706da40c4f7edb715925bf851048087.zip | |
fix grandalf api
| -rwxr-xr-x | miasm/graph/graph_qt.py | 2 |
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 |