Changeset dc3b34e in sasview


Ignore:
Timestamp:
Mar 27, 2019 11:02:56 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
Children:
460bdf4
Parents:
c149fba
Message:

Force the use of dQ weighting data on data load, if applicable.
SASVIEW-1259

File:
1 edited

Legend:

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

    r17e6a2b rdc3b34e  
    173173            self.rbWeighting2.setEnabled(True) 
    174174            self.rbWeighting2.setChecked(True) 
     175            self.onWeightingChoice(self.rbWeighting2) 
    175176        else: 
    176177            self.rbWeighting2.setEnabled(False) 
    177178            self.rbWeighting1.setChecked(True) 
     179            self.onWeightingChoice(self.rbWeighting1) 
    178180 
    179181    def updateQRange(self, q_range_min, q_range_max, npts): 
Note: See TracChangeset for help on using the changeset viewer.