Changeset 1622 for branches/alma
- Timestamp:
- 08/17/09 17:27:12 (16 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/alma/python/interactivemask.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/alma/python/interactivemask.pyr1621 r1622 298 298 if callback: self.callback=callback 299 299 if self.callback: self.callback() 300 self.p._plotter.register('button_press',None)300 if not self.event: self.p._plotter.register('button_press',None) 301 301 # Finish the plot 302 302 if not self.newplot: 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
