use drawHandle() instead of drawConnect()
This commit is contained in:
parent
76781b0ef6
commit
1d5f65bda8
@ -154,8 +154,7 @@ class SketchWidget(object):
|
|||||||
|
|
||||||
if self.hover_snap_ptref is not None:
|
if self.hover_snap_ptref is not None:
|
||||||
glColor(*self.hover_color)
|
glColor(*self.hover_color)
|
||||||
s, p = self.hover_snap_ptref.shape, self.hover_snap_ptref.ptNum
|
self.drawHandle(*self.ptToScreenPt(self.hover_snap_ptref.getPt()))
|
||||||
self.drawConnect(Connect(s, p, s, p))
|
|
||||||
|
|
||||||
self.mode.draw(self)
|
self.mode.draw(self)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user