Ignore:
Timestamp:
Jun 14, 2017 1:58:59 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:
1643d8ed
Parents:
125c4be
Message:

Initial version of the Fitting Options dialog SASVIEW-276

File:
1 edited

Legend:

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

    rdc5ef15 r2d0e0c1  
    612612        """ 
    613613        """ 
    614         print("actionFit_Options TRIGGERED") 
     614        if getattr(self._current_perspective, "fit_options_widget"): 
     615            self._current_perspective.fit_options_widget.show() 
    615616        pass 
    616617 
Note: See TracChangeset for help on using the changeset viewer.