Changeset 0cd98a1 in sasview for src/sas/qtgui/Perspectives/Fitting


Ignore:
Timestamp:
Sep 8, 2018 6:28:16 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_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
c0de493, 309fa1b
Parents:
c4b23dd
git-author:
Piotr Rozyczko <rozyczko@…> (09/08/18 06:26:54)
git-committer:
Piotr Rozyczko <rozyczko@…> (09/08/18 06:28:16)
Message:

Stability fixes implemented after discussing with Ingo.
Changed indexing of active plots from .id to .name to fix SASVIEW-1006

File:
1 edited

Legend:

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

    rc4b23dd r0cd98a1  
    18141814        # Force data recalculation so existing charts are updated 
    18151815        self.showPlot() 
     1816        # This is an important processEvent. 
     1817        # This allows charts to be properly updated in order 
     1818        # of plots being applied. 
     1819        QtWidgets.QApplication.processEvents() 
    18161820        self.recalculatePlotData() 
    18171821 
Note: See TracChangeset for help on using the changeset viewer.