/[libvob]/libvob/vob/buoy/buoymanager.py
ViewVC logotype

Diff of /libvob/vob/buoy/buoymanager.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.53 by tjl, Wed Aug 13 06:42:01 2003 UTC revision 1.54 by tjl, Wed Aug 13 06:47:03 2003 UTC
# Line 176  class SingleFocusManager(BuoyLinkListene Line 176  class SingleFocusManager(BuoyLinkListene
176          otherAnchorCS = otherNode.renderBuoy(self.vs, into, linkId, otherAnchor, None)          otherAnchorCS = otherNode.renderBuoy(self.vs, into, linkId, otherAnchor, None)
177          self.cs[into] = (otherNode, linkId, otherAnchor, into)          self.cs[into] = (otherNode, linkId, otherAnchor, into)
178    
179          self.vs.map.put(lineconn, self.vs.unitSqCS(anchorCS, "UN"),          if anchorCS >= 0:
180                          self.vs.unitSqCS(otherAnchorCS, "UN"))              self.vs.map.put(lineconn, self.vs.unitSqCS(anchorCS, "UN"),
181                                self.vs.unitSqCS(otherAnchorCS, "UN"))
182    
183    
184          # Interpolation : old mainvp -> to new buoy          # Interpolation : old mainvp -> to new buoy

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26