- Modified the Distance Tool such that the Measure button can't be clicked while measuring is in progress

- optimized selection of drills in the Excellon Editor
- fixed bugs in multiple selection in Excellon Editor
- fixed selection problems in Gerber Editor
- in Distance Tool, when run in the Excellon or Gerber Editor, added a new option to snap to center of the geometry (drill for Excellon, pad for Gerber)
This commit is contained in:
Marius Stanciu
2020-02-06 01:39:19 +02:00
committed by Marius
parent 23a1495c32
commit 7424bb917c
5 changed files with 298 additions and 128 deletions

View File

@@ -890,6 +890,9 @@ class App(QtCore.QObject):
# Subtract Tool
"tools_sub_close_paths": True,
# Distance Tool
"tools_dist_snap_center": False,
# ###################################################################################
# ################################ TOOLS 2 ##########################################
# ###################################################################################