Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/pagestate.py

    r4387385 r71601312  
    370370        :return: None 
    371371        """ 
     372        if self.categorycombobox == CUSTOM_MODEL_OLD: 
     373            self.categorycombobox = CUSTOM_MODEL 
    372374        if self.formfactorcombobox == '': 
    373375            FIRST_FORM = { 
     
    382384                'Sphere' : 'adsorbed_layer', 
    383385                'Structure Factor' : 'hardsphere', 
    384                 CUSTOM_MODEL_OLD : '', 
    385386                CUSTOM_MODEL : '' 
    386387            } 
Note: See TracChangeset for help on using the changeset viewer.