Explorar el Código

- reverted this change: "selected object in Project used to ask twice for UI build" because it will not build the UI when a tab is closed for Document object and the object is selected

Marius Stanciu hace 6 años
padre
commit
e5987f66cb
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 2 2
      FlatCAMApp.py
  2. 1 0
      README.md

+ 2 - 2
FlatCAMApp.py

@@ -133,7 +133,7 @@ class App(QtCore.QObject):
     # ################## Version and VERSION DATE ##############################
     # ##########################################################################
     version = 8.99
-    version_date = "2019/12/7"
+    version_date = "2019/12/12"
     beta = True
     engine = '3D'
 
@@ -8102,7 +8102,7 @@ class App(QtCore.QObject):
         if index.isValid():
             if index.internalPointer().parent_item != self.collection.root_item:
                 self.ui.notebook.setCurrentWidget(self.ui.selected_tab)
-        # self.collection.on_item_activated(index)
+        self.collection.on_item_activated(index)
 
     def on_row_selected(self, obj_name):
         # this is a special string; when received it will make all entries unchecked

+ 1 - 0
README.md

@@ -14,6 +14,7 @@ CAD program, and create G-Code for Isolation routing.
 - updated the border for fit view on OpenGL graphic mode
 - Calibration Tool - added preferences values
 - Calibration Tool - more work on it
+- reverted this change: "selected object in Project used to ask twice for UI build" because it will not build the UI when a tab is closed for Document object and the object is selected
 
 8.12.2019