Changeset 5236449 in sasview for src/sas/qtgui/GuiManager.py


Ignore:
Timestamp:
Mar 8, 2017 7:35:49 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
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
Children:
cbcdd2c
Parents:
86f88d1
Message:

Default datasets for fitting SASVIEW-498

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/GuiManager.py

    r60af928 r5236449  
    7373        # Widgets 
    7474        # 
     75        # Current displayed perspective 
     76        self._current_perspective = None 
     77 
     78        # Invoke the initial perspective 
     79        self.perspectiveChanged("Fitting") 
     80 
    7581        self.addWidgets() 
    7682 
     
    100106                                              "_downloads", 
    101107                                              "Tutorial.pdf")) 
    102         # Current displayed perspective 
    103         self._current_perspective = None 
    104  
    105         # Invoke the initial perspective 
    106         self.perspectiveChanged("Fitting") 
    107  
    108108    def addWidgets(self): 
    109109        """ 
Note: See TracChangeset for help on using the changeset viewer.