Просмотр исходного кода

(all those were done in the previous commit, should stay as log)
- unfortunately the fix for issue where while zooming the mouse cursor shape was not updated braked something in way that Matplotlib work with PyQt5, therefore I removed it
- fixed a bug in legacy graphic engine: when doing the self.app.collection.delete_all() in new_project an app crash occurred
- implemented the Annotation change in CNCJob Selected Tab

Marius Stanciu 6 лет назад
Родитель
Сommit
1158128384
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FlatCAMApp.py

+ 1 - 1
FlatCAMApp.py

@@ -124,7 +124,7 @@ class App(QtCore.QObject):
     # ################## Version and VERSION DATE ##############################
     # ################## Version and VERSION DATE ##############################
     # ##########################################################################
     # ##########################################################################
     version = 8.97
     version = 8.97
-    version_date = "2019/09/22"
+    version_date = "2019/09/27"
     beta = True
     beta = True
     engine = '3D'
     engine = '3D'