Ignore:
Timestamp:
04/21/11 21:53:44 (13 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.


File:
1 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
Note: See TracChangeset for help on using the changeset viewer.