Ignore:
Timestamp:
Jan 24, 2018 10:07:08 AM (6 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:
c6343a5
Parents:
eb1a386
Message:

Towards working C&S fits - SASVIEW-846

File:
1 edited

Legend:

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

    rbe8f4b0 r116dd4c1  
    124124        Add a new C&S fitting tab 
    125125        """ 
    126         tab     = ConstraintWidget(parent=self) 
     126        tab     = ConstraintWidget(parent=self, tab_id=self.maxCSIndex) 
    127127        # Add this tab to the object library so it can be retrieved by scripting/jupyter 
    128128        tab_name = self.getCSTabName() # TODO update the tab name scheme 
Note: See TracChangeset for help on using the changeset viewer.