Current version of LinkDisplay reverses syntax.

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)

Back to top