From 6b58756edae74b5d74b8a8a1612bf7ebb2d611cf Mon Sep 17 00:00:00 2001
From: Jacob Wahlman <jacwa448@student.liu.se>
Date: Mon, 18 May 2020 12:40:43 +0200
Subject: [PATCH] merged w/ develop

---
 b_asic/GUI/arrow.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/b_asic/GUI/arrow.py b/b_asic/GUI/arrow.py
index c66b5859..aea8fec3 100644
--- a/b_asic/GUI/arrow.py
+++ b/b_asic/GUI/arrow.py
@@ -31,7 +31,6 @@ class Arrow(QGraphicsLineItem):
         self.signal.remove_source()
         self._window.scene.removeItem(self)
         self._window.signalList.remove(self)
-        del self._window.signalPortDict[self]
 
     def moveLine(self):
         self.setPen(QPen(Qt.black, 3))
-- 
GitLab