Ignore:
Timestamp:
May 30, 2017 4:14:29 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:
358b39d
Parents:
c416a17
Message:

Towards polydispersity support SASVIEW-593

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/OptionsWidget.py

    rdc5ef15 rc1e380e  
    8484        self.txtMinRange.setText(str(QMIN_DEFAULT)) 
    8585        self.txtNpts.setText(str(NPTS_DEFAULT)) 
     86        self.txtNptsFit.setText(str(NPTS_DEFAULT)) 
    8687        self.model.blockSignals(False) 
    8788 
     
    125126        Callback for resetting qmin/qmax 
    126127        """ 
    127         pass 
     128        self.updateQRange(QMIN_DEFAULT, QMAX_DEFAULT, NPTS_DEFAULT) 
    128129 
    129130    def onWeightingChoice(self, button): 
Note: See TracChangeset for help on using the changeset viewer.