- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user