Ignore:
Timestamp:
07/20/12 12:39:13 (12 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (bug fixes and a minor improvement)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: interactive test needed.

Put in Release Notes: No

Module(s): asapplotter, flagplotter, and sdplot (CASA)

Description:

Fixed bugs in asapplotter and flagplotter which prevented users from exiting
from notation mode, when the other buttons in the additional toolbar is not active.
Consintently use 'self._data' in asapplotter.plotgrid() instead of 'scan'.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/customgui_qt4agg.py

    r2173 r2603  
    131131            self.mode = 'none'
    132132            self.spec_show()
     133            if not self.button:
     134                self.notewin.close_widgets()
     135                self.__disconnect_event()
    133136            return
    134137        self.figmgr.toolbar.set_message("text: select a position/text")
     
    662665            self.mode = 'none'
    663666            self.spec_show()
     667            if not self.button:
     668                self.notewin.close_widgets()
     669                self.__disconnect_event()
    664670            return
    665671        self.figmgr.toolbar.set_message('text: select a position/text')
Note: See TracChangeset for help on using the changeset viewer.