Changeset ce180bd in sasview for sansview/perspectives/fitting
- Timestamp:
- Jul 14, 2011 5:31:22 PM (13 years ago)
- Branches:
- master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 515bf4f
- Parents:
- 19b5c5c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/fitpage.py
r70468a5 rce180bd 1712 1712 self.qmin.SetBackgroundColour("white") 1713 1713 self.qmax.SetBackgroundColour("white") 1714 1714 1715 self.state.data = data 1715 1716 self.state.qmin = self.qmin_x 1716 1717 self.state.qmax = self.qmax_x 1717 1718 1718 1719 #update model plot with new data information 1719 1720 if flag: … … 1728 1729 self.model_view.Disable() 1729 1730 self._draw_model() 1730 1731 self.Refresh() 1732 1731 1733 def _npts_click(self, event): 1732 1734 """
Note: See TracChangeset
for help on using the changeset viewer.