- fixed some issues due of the above hack

This commit is contained in:
Marius Stanciu
2022-01-19 21:35:26 +02:00
committed by Marius
parent a26fd24f65
commit ba8b16e54f
3 changed files with 22 additions and 15 deletions

View File

@@ -3102,7 +3102,7 @@ class MainGUI(QtWidgets.QMainWindow):
self.app.fiducial_tool.run(toggle=True)
return
# Punch Gerber Tool
# Invert Gerber Tool
if key == QtCore.Qt.Key.Key_G:
self.app.invert_tool.run(toggle=True)