- 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:
@@ -831,8 +831,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
|
||||
try:
|
||||
a_idx.build_ui()
|
||||
except Exception as e:
|
||||
self.app.inform.emit('[ERROR] %s: %s' %
|
||||
(_("Cause of error"), str(e)))
|
||||
self.app.inform.emit('[ERROR] %s: %s' % (_("Cause of error"), str(e)))
|
||||
raise
|
||||
|
||||
def get_list(self):
|
||||
|
||||
Reference in New Issue
Block a user