Changes in src/sas/sasgui/perspectives/fitting/pagestate.py [4387385:71601312] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/pagestate.py
r4387385 r71601312 370 370 :return: None 371 371 """ 372 if self.categorycombobox == CUSTOM_MODEL_OLD: 373 self.categorycombobox = CUSTOM_MODEL 372 374 if self.formfactorcombobox == '': 373 375 FIRST_FORM = { … … 382 384 'Sphere' : 'adsorbed_layer', 383 385 'Structure Factor' : 'hardsphere', 384 CUSTOM_MODEL_OLD : '',385 386 CUSTOM_MODEL : '' 386 387 }
Note: See TracChangeset
for help on using the changeset viewer.