- 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

This commit is contained in:
Marius Stanciu 2019-12-09 03:12:50 +02:00 committed by Marius
parent f2d7151f93
commit e5987f66cb
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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