Explorar o código

- fixed some typos

Marius Stanciu %!s(int64=6) %!d(string=hai) anos
pai
achega
c74814cb00
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 1 0
      README.md
  2. 2 2
      flatcamEditors/FlatCAMGrbEditor.py

+ 1 - 0
README.md

@@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing.
 27.12.2019
 
 - updated the POT file and the translation files for German, Spanish and French languages
+- fixed some typos
 
 26.12.2019
 

+ 2 - 2
flatcamEditors/FlatCAMGrbEditor.py

@@ -201,7 +201,7 @@ class FCPad(FCShapeTool):
             QtGui.QGuiApplication.restoreOverrideCursor()
         except Exception as e:
             pass
-        self.cursor = QtGui.QCursor(QtGui.QPixmap(self.app.resource_location + '/aero_circle.png'))
+        self.cursor = QtGui.QCursor(QtGui.QPixmap(self.draw_app.app.resource_location + '/aero_circle.png'))
         QtGui.QGuiApplication.setOverrideCursor(self.cursor)
 
         try:
@@ -425,7 +425,7 @@ class FCPadArray(FCShapeTool):
             QtGui.QGuiApplication.restoreOverrideCursor()
         except Exception as e:
             pass
-        self.cursor = QtGui.QCursor(QtGui.QPixmap(self.app.resource_location + '/aero_array.png'))
+        self.cursor = QtGui.QCursor(QtGui.QPixmap(self.draw_app.app.resource_location + '/aero_array.png'))
         QtGui.QGuiApplication.setOverrideCursor(self.cursor)
 
         self.storage_obj = self.draw_app.storage_dict[self.draw_app.last_aperture_selected]['geometry']