- 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:
Marius Stanciu
2019-12-08 16:16:02 +02:00
committed by Marius
parent 1b37b5a487
commit 2baae550b5
4 changed files with 8 additions and 4 deletions

View File

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