- application wide change: introduced the precision parameters in Edit -> Preferences who will control how many decimals to use in the app parameters
This commit is contained in:
@@ -498,7 +498,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
|
||||
name += "_1"
|
||||
obj.options["name"] = name
|
||||
|
||||
obj.set_ui(obj.ui_type())
|
||||
obj.set_ui(obj.ui_type(decimals=self.app.decimals))
|
||||
|
||||
# Required before appending (Qt MVC)
|
||||
group = self.group_items[obj.kind]
|
||||
|
||||
Reference in New Issue
Block a user