- Subtraction Tool - minor changes

- in Gerber Editor - added some parameters to the UI: selected polygon coordinates and vertexes number and also added polygon simplification
- in Gerber Editor - fixed update of Aperture Table rows selection on multiple shapes selection
- in Geometry Editor - modified the FCCircle class to work as is the rest of the Geometry Editor add shapes classes
This commit is contained in:
Marius Stanciu
2020-12-02 21:18:08 +02:00
committed by Marius Stanciu
parent 356a13bf8b
commit 4309d1f8a7
3 changed files with 8 additions and 6 deletions

View File

@@ -3102,7 +3102,7 @@ class MainGUI(QtWidgets.QMainWindow):
# Delete selected object
if key == QtCore.Qt.Key_Delete or key == 'Delete':
self.app.geo_editor.delete_selected()
self.app.geo_editor.replot()
self.app.geo_editor.plot_all()
# Rotate
if key == QtCore.Qt.Key_Space or key == 'Space':