Ignore:
Timestamp:
Jun 27, 2018 3:33:52 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, 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:
b1a7a81
Parents:
c5e0d84
git-author:
Piotr Rozyczko <rozyczko@…> (05/31/18 05:15:47)
git-committer:
Piotr Rozyczko <rozyczko@…> (06/27/18 03:33:52)
Message:

Masking dialog for fitting

File:
1 edited

Legend:

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

    r9a7c81c re20870bc  
    384384        self.chk2DView.setVisible(False) 
    385385        self.chkMagnetism.setEnabled(self.is2D) 
    386         self.tabFitting.setTabEnabled(TAB_MAGNETISM, self.is2D) 
     386        self.tabFitting.setTabEnabled(TAB_MAGNETISM, self.chkMagnetism.isChecked()) 
    387387        # Combo box or label for file name" 
    388388        if self.is_batch_fitting: 
     
    510510 
    511511        # Signals from separate tabs asking for replot 
     512        self.options_widget.plot_signal.connect(self.onOptionsUpdate) 
    512513        self.options_widget.plot_signal.connect(self.onOptionsUpdate) 
    513514 
Note: See TracChangeset for help on using the changeset viewer.