From a9a71e6200bdf9883fdfc3f4646abb11a2af52ed Mon Sep 17 00:00:00 2001 From: serpilliere Date: Thu, 12 Apr 2012 10:56:12 +0200 Subject: graph_qt: fix missing splines --- miasm/graph/graph_qt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/miasm/graph/graph_qt.py b/miasm/graph/graph_qt.py index adb4fe50..d0c88222 100755 --- a/miasm/graph/graph_qt.py +++ b/miasm/graph/graph_qt.py @@ -812,6 +812,7 @@ class MainWindow(QtGui.QWidget): def __init__(self, k = None, data = None): self.data = data self.k = k + self.splines = [] if not data: self.w, self.h = 80,40 else: -- cgit 1.4.1