Changeset 2149 for trunk


Ignore:
Timestamp:
04/21/11 21:53:44 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (a minor improvement)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: List test programs

Put in Release Notes: No

Module(s): asapplotter, sdplot

Description: Setting is_dead=True when the plotter is quitted.


Location:
trunk/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asaplotgui.py

    r1826 r2149  
    6060        Destroy the ASAPlot graphics window.
    6161        """
     62        self.is_dead = True
    6263        self.window.destroy()
    6364
  • trunk/python/asaplotgui_qt4.py

    r2148 r2149  
    6767        Destroy the ASAPlot graphics window.
    6868        """
     69        self.is_dead = True
    6970        self.window.close()
    7071
Note: See TracChangeset for help on using the changeset viewer.