Changeset 0cd98a1 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- Sep 8, 2018 6:28:16 AM (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
rc4b23dd r0cd98a1 1814 1814 # Force data recalculation so existing charts are updated 1815 1815 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() 1816 1820 self.recalculatePlotData() 1817 1821
Note: See TracChangeset
for help on using the changeset viewer.