Current version of LinkDisplay reverses syntax.
Posted May 16th, 2011 by mtaylor
| Project: | SFL: CorrWare |
| Version: | IGOR.6.03.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (code needs review) |
Description
Suggest the following patch:
After // (possibly) Link the Waves
change:
LinkDisplay#Link(xwave,theOne)
to:
LinkDisplay#Link(theOne,xwave)
