Changeset 9220d255 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- Oct 24, 2017 3:10:48 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- cca56a5
- Parents:
- 4fdb727 (diff), f4a1433 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
ra95c44b r4fdb727 333 333 self.chk2DView.setVisible(False) 334 334 self.chkMagnetism.setEnabled(self.is2D) 335 self.chkMagnetism.setVisible(self.is2D) 336 self.tabFitting.setTabEnabled(TAB_MAGNETISM, self.is2D) 335 337 # Combo box or label for file name" 336 338 if self.is_batch_fitting:
Note: See TracChangeset
for help on using the changeset viewer.