Opened 14 years ago
Closed 14 years ago
#1556 closed defect (fixed)
Editing a unit should not call Unit.changeReferenceFactorAndOffset() if the conversion formula is unmodified
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.16.1 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
Editing a unit without changing the conversion formula still calls Unit.changeReferenceFactorAndOffset()
. This should only be called when there is a change.
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5512]) Fixes #1556: Editing a unit should not call Unit.changeReferenceFactorAndOffset() if the conversion formula is unmodified