Changeset 1622 for branches/alma


Ignore:
Timestamp:
08/17/09 17:27:12 (15 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s):

Description:

A bug fix


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/python/interactivemask.py

    r1621 r1622  
    298298                if callback: self.callback=callback
    299299                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)
    301301                # Finish the plot
    302302                if not self.newplot:
Note: See TracChangeset for help on using the changeset viewer.