Changes in src/sas/sasgui/perspectives/fitting/basepage.py [4387385:7a5aedd] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/basepage.py
r4387385 r7a5aedd 54 54 55 55 CUSTOM_MODEL = 'Plugin Models' 56 CUSTOM_MODEL_OLD = 'Customized Models'57 56 58 57 class BasicPage(ScrolledPanel, PanelBase): … … 1159 1158 # select the current model 1160 1159 state._convert_to_sasmodels() 1161 if state.categorycombobox == CUSTOM_MODEL_OLD:1162 state.categorycombobox = CUSTOM_MODEL1163 1160 state.categorycombobox = unicode(state.categorycombobox) 1164 1161 if state.categorycombobox in self.categorybox.Items:
Note: See TracChangeset
for help on using the changeset viewer.