Ignore:
Timestamp:
04/22/11 18:59:12 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (a fix)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s):

Description: more proper handling of window action in qt4Agg backend.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapfitter.py

    r2150 r2151  
    667667            self.blpars.append(fpar)
    668668        if plot:
    669             self._p.unmap()
     669            self._p.quit()
     670            del self._p
    670671            self._p = None
    671672        return scan
Note: See TracChangeset for help on using the changeset viewer.