- Timestamp:
- Oct 19, 2018 8:07:06 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- d7d55c7
- Parents:
- 9a42ea1
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (10/19/18 08:04:32)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (10/19/18 08:07:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r9a42ea1 r1e0296b 3769 3769 ioffset = 0 3770 3770 joffset = 0 3771 if len(param_dict[param_name])> 3:3771 if len(param_dict[param_name])>4: 3772 3772 # error values are not editable - no need to update 3773 3773 ioffset = 1 … … 3814 3814 ioffset = 0 3815 3815 joffset = 0 3816 if len(param_dict[param_name])> 3:3816 if len(param_dict[param_name])>7: 3817 3817 ioffset = 1 3818 3818 if self.has_poly_error_column: … … 3862 3862 ioffset = 0 3863 3863 joffset = 0 3864 if len(param_dict[param_name])> 3:3864 if len(param_dict[param_name])>4: 3865 3865 ioffset = 1 3866 3866 if self.has_magnet_error_column:
Note: See TracChangeset
for help on using the changeset viewer.