- 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:
@@ -19,7 +19,7 @@ from appGUI.preferences.excellon.ExcellonPreferencesUI import ExcellonPreference
|
||||
from appGUI.preferences.general.GeneralPreferencesUI import GeneralPreferencesUI
|
||||
from appGUI.preferences.geometry.GeometryPreferencesUI import GeometryPreferencesUI
|
||||
from appGUI.preferences.gerber.GerberPreferencesUI import GerberPreferencesUI
|
||||
from appEditors.FlatCAMGeoEditor import FCShapeTool
|
||||
from appEditors.appGeoEditor import FCShapeTool
|
||||
from matplotlib.backend_bases import KeyEvent as mpl_key_event
|
||||
|
||||
import webbrowser
|
||||
|
||||
Reference in New Issue
Block a user