Ignore:
Timestamp:
04/07/11 15:16:58 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sdflag

Description:

introduced flagplotter._ismodified (bool) which indicates whether or not
any actual flag operation has been carried out.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/flagtoolbar.py

    r2066 r2115  
    343343        asaplog.push(sout)
    344344        del sout
     345        self.plotter._ismodified = True
    345346        self._clearup_selections(refresh=False)
    346347        self._plot_page(pagemode="current")
     
    363364        asaplog.push(sout)
    364365        del sout
     366        self.plotter._ismodified = True
    365367        self._clearup_selections(refresh=False)
    366368        self._plot_page(pagemode="current")
Note: See TracChangeset for help on using the changeset viewer.