- 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

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