- small fixes: selected object in Project used to ask twice for UI build; if scale factor in Object UI is 1 do nothing as there is no point in scaling with a factor of 1
This commit is contained in:
@@ -8075,7 +8075,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