- renamed the GeoEditor class/file to appGeoEditor from FlatCAMGeoEditor making it easier to see in the IDE tree structure
- some refactoring that lead to a working solution when using the Python 3.8 + PyQt 5.15
This commit is contained in:
@@ -15,7 +15,7 @@ from shapely.geometry import Point, MultiLineString, Polygon
|
||||
|
||||
import appTranslation as fcTranslate
|
||||
from camlib import FlatCAMRTreeStorage
|
||||
from appEditors.FlatCAMGeoEditor import DrawToolShape
|
||||
from appEditors.appGeoEditor import DrawToolShape
|
||||
|
||||
from copy import copy
|
||||
import math
|
||||
|
||||
Reference in New Issue
Block a user