Changeset c9d6b9f in sasview


Ignore:
Timestamp:
Mar 28, 2019 8:08:14 AM (5 years ago)
Author:
ibressler
Branches:
ESS_GUI_bumps_abstraction
Children:
46477950
Parents:
af893db
Message:

FittingOptions?: removed obsolete self.config

File:
1 edited

Legend:

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

    raf893db rc9d6b9f  
    209209        return self._fittingMethods 
    210210 
    211     def __init__(self, parent=None, config=None): 
     211    def __init__(self, parent=None): 
    212212        super(FittingOptions, self).__init__(parent) 
    213213        self.setupUi(self) 
     
    215215        self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) 
    216216 
    217         self.config = config 
    218  
    219217        # no reason to have this widget resizable 
    220218        self.setFixedSize(self.minimumSizeHint()) 
    221  
    222219        self.setWindowTitle("Fit Algorithms") 
    223220 
     
    320317        # Select the requested widget 
    321318        self.stackedWidget.setCurrentIndex(index_for_this_id) 
    322  
    323319        self.updateWidgetFromConfig() 
    324  
    325320        self.assignValidators() 
    326321 
Note: See TracChangeset for help on using the changeset viewer.