Ignore:
Timestamp:
05/17/11 18:14:58 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (minor fixes and improvements)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: interactive testing

Put in Release Notes: No

Module(s): asapplotter, asaplotbase, flagplotter, sdplot, and sdflag

Description:

Misc bug fixes and minor modifications:
+ fixed bug in customgui_base (scantable class referenced but not imported)
+ minor improvement of toolbar message in customgui_tkagg
+ added a new method _set_window_title(string title) to asaplotgui_qt4 and asaplotgui modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/customgui_tkagg.py

    r2155 r2170  
    605605    def select_region(self):
    606606        if not self.figmgr.toolbar.mode == '' or not self.button: return
    607         self.figmgr.toolbar.set_message('select rectangle regions')
     607        self.figmgr.toolbar.set_message('select regions: click at start and end channels')
    608608        if self.mode == 'region':
    609609            self.bRegion.config(relief='raised')
     
    621621    def select_panel(self):
    622622        if not self.figmgr.toolbar.mode == '' or not self.button: return
    623         self.figmgr.toolbar.set_message('select panels')
     623        self.figmgr.toolbar.set_message('select spectra: click on subplots')
    624624        if self.mode == 'panel':
    625625            self.bPanel.config(relief='raised')
Note: See TracChangeset for help on using the changeset viewer.