- adapted HPGL importer to work within the new app

- in Gerber Editor fixed an error when using the Distance Tool with "Snap to center" option active: if clicking not on a pad Distance Tool was not working
- updated the Turkish translation strings (by Mehmet Kaya)
This commit is contained in:
Marius Stanciu
2020-10-31 01:28:00 +02:00
parent 3e1e12f42c
commit 0774f8d643
6 changed files with 86 additions and 71 deletions

View File

@@ -209,6 +209,10 @@ class FCPad(FCShapeTool):
except KeyError:
self.draw_app.app.inform.emit('[WARNING_NOTCL] %s' %
_("To add an Pad first select a aperture in Aperture Table"))
try:
QtGui.QGuiApplication.restoreOverrideCursor()
except Exception:
pass
self.draw_app.in_action = False
self.complete = True
return