فهرست منبع

Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta

Marius Stanciu 5 سال پیش
والد
کامیت
968fcee76c
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      CHANGELOG.md
  2. 1 1
      FlatCAMApp.py

+ 1 - 0
CHANGELOG.md

@@ -18,6 +18,7 @@ CHANGELOG for FlatCAM beta
 - fixed issue #409; problem was due of an assert I used in the handler of the Menu ->Options -> Flip X(Y) menu entry
 - activated and updated the editing in the Aperture Table in the Gerber Editor; not all parameters can be edited for every type of aperture
 - some strings updated
+- fixed a small issue in loading the Projects
 
 29.04.2020
 

+ 1 - 1
FlatCAMApp.py

@@ -9791,7 +9791,7 @@ class App(QtCore.QObject):
                                                               )
                                       )
 
-                self.new_object(obj['kind'], obj['options']['name'], obj_init, active=False, fit=False, plot=plot)
+                self.new_object(obj['kind'], obj['options']['name'], obj_init, plot=plot)
             except Exception as e:
                 print('App.open_project() --> ' + str(e))