Draft: minor bugfix

This commit is contained in:
Yorik van Havre
2018-12-18 11:01:14 -02:00
parent d35d59a7d6
commit 2b8745c6bb

View File

@@ -1432,7 +1432,7 @@ class Snapper:
self.grid.set()
def addHoldPoint(self):
if self.spoint:
if self.spoint and not(self.spoint in self.holdPoints):
if self.holdTracker:
self.holdTracker.addCoords(self.spoint)
self.holdTracker.on()