Changeset 976978b in sasview


Ignore:
Timestamp:
May 16, 2018 5:03:21 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, 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:
57be490
Parents:
2e27cdb6
git-author:
Piotr Rozyczko <rozyczko@…> (05/16/18 05:01:00)
git-committer:
Piotr Rozyczko <rozyczko@…> (05/16/18 05:03:21)
Message:

Fixed an issue where changing q ranges would not modify the current chart. SASVIEW-940

File:
1 edited

Legend:

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

    rd6b8a1d r976978b  
    116116        self.mapper.addMapping(self.txtNpts,     MODEL.index('NPTS')) 
    117117        self.mapper.addMapping(self.chkLogData,  MODEL.index('LOG_SPACED')) 
    118         # FIXME DOESNT WORK WITH QT5 
    119         #self.mapper.toFirst() 
     118 
     119        self.mapper.toFirst() 
    120120 
    121121    def toggleLogData(self, isChecked): 
Note: See TracChangeset for help on using the changeset viewer.