Changeset e0b2b2c in sasview


Ignore:
Timestamp:
Oct 23, 2017 9:47:54 AM (6 years ago)
Author:
wojciech
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:
4fdb727
Parents:
16afe01
Message:

Disabling magnetism upon 1d data loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    ra95c44b re0b2b2c  
    333333        self.chk2DView.setVisible(False) 
    334334        self.chkMagnetism.setEnabled(self.is2D) 
     335        self.chkMagnetism.setVisible(False) 
     336        self.tabFitting.setTabEnabled(TAB_MAGNETISM, False) 
    335337        # Combo box or label for file name" 
    336338        if self.is_batch_fitting: 
Note: See TracChangeset for help on using the changeset viewer.