Changes in src/sas/qtgui/Perspectives/Fitting/FittingUtilities.py [65759c7:7f41584] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingUtilities.py
r65759c7 r7f41584 368 368 cbox = createFixedChoiceComboBox(par, row) 369 369 370 # Apply combobox if required 371 if None not in (view, cbox): 372 # set the min/max cell to be empty 373 item3.setText("") 374 item4.setText("") 375 370 376 # Always add to the model 371 377 if row_num is None: … … 375 381 row_num += 1 376 382 377 # Apply combobox if required 378 if None not in (view, cbox): 383 if cbox is not None: 379 384 view.setIndexWidget(item2.index(), cbox) 380 385
Note: See TracChangeset
for help on using the changeset viewer.