- Added new buttons and settings
This commit is contained in:
@@ -570,6 +570,8 @@ class SketchWidget(QWidget):
|
||||
|
||||
if self.is_point_on_line(local_event_pos, p1, p2):
|
||||
self.selected_line = p1, p2
|
||||
|
||||
# Midpointsnap only in drawer not solver
|
||||
mid = self.calculate_midpoint(p1, p2)
|
||||
distance = (local_event_pos - mid).manhattanLength()
|
||||
if distance < threshold and distance < min_distance:
|
||||
|
||||
Reference in New Issue
Block a user