Opened 13 years ago
Closed 13 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 Changed 13 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
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