Changeset 66141a0 in sasview


Ignore:
Timestamp:
May 22, 2011 10:48:10 AM (14 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
acfff8b
Parents:
03da8ed
Message:

minor fix on view setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/gui_manager.py

    r03da8ed r66141a0  
    376376        # Set up the layout 
    377377        self._setup_layout() 
    378         # Set up extra custom tool menu 
    379         self._setup_extra_custom() 
     378         
    380379        # Set up the menu 
    381380        self._setup_menus() 
     
    393392        # Set Custom default 
    394393        self.set_custom_default_perspective() 
    395    
     394        # Set up extra custom tool menu 
     395        self._setup_extra_custom() 
    396396        #self.Show(True) 
    397397        #self._check_update(None) 
Note: See TracChangeset for help on using the changeset viewer.