Changeset 814a253 in sasview for src/sas/qtgui/Perspectives


Ignore:
Timestamp:
Oct 24, 2017 6:23:48 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:
def64a0
Parents:
88e1f57 (diff), 7ffa5ee9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'ESS_GUI' of https://github.com/SasView/sasview into ESS_GUI

Location:
src/sas/qtgui/Perspectives/Fitting
Files:
2 edited

Legend:

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

    r16afe01 r7ffa5ee9  
    128128 
    129129    def editableParameters(self): 
    130         return [self.poly_min, self.poly_max, self.poly_npts, self.poly_nsigs] 
     130        return [self.poly_pd, self.poly_min, self.poly_max, self.poly_npts, self.poly_nsigs] 
    131131 
    132132    def columnDict(self): 
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    ra95c44b r88e1f57  
    10381038        # Regardless of previous state, this should now be `plot show` functionality only 
    10391039        self.cmdPlot.setText("Show Plot") 
    1040         if not self.data_is_loaded: 
    1041             self.recalculatePlotData() 
     1040        # Force data recalculation so existing charts are updated 
     1041        self.recalculatePlotData() 
    10421042        self.showPlot() 
    10431043 
Note: See TracChangeset for help on using the changeset viewer.