Ticket #637 (closed defect: fixed)
Opened 2011-06-24T14:19:11-05:00
Last modified 2011-07-22T16:51:20-05:00
Eliminate static class variables from AxisUtils
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Some of the axis plugins refer to the currently active axis (such as axis pos forward, axis pos back, and set axis pos). The currently active axis should probably live somewhere that is not static. Perhaps DisplayManager could keep track of active axis and AxisUtils can just call into it. Discuss before deciding.
Placed active axis code in the Display hierarchy. Fixed in c3a3c16de63bed6b78dc8e5beac7a5b1d09ab871.