Ignore:
Timestamp:
Aug 14, 2017 4:33:18 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
377ade1
Parents:
ee18d33
Message:

SASVIEW-644: mapping between datasets and fit tabs

File:
1 edited

Legend:

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

    ree18d33 r38eb433  
    311311                self.cbFileNames.addItem(filename) 
    312312            self.cbFileNames.setVisible(True) 
     313            # This panel is not designed to view individual fits, so disable plotting 
     314            self.cmdPlot.setVisible(False) 
    313315        # Similarly on other tabs 
    314316        self.options_widget.setEnablementOnDataLoad() 
Note: See TracChangeset for help on using the changeset viewer.