Changeset 7987962 in sasview for sansview/perspectives/fitting
- Timestamp:
- Mar 10, 2011 12:16:06 PM (14 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:
- a5701e6
- Parents:
- e8bf1ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/basepage.py
rfa65e99 r7987962 2218 2218 try: 2219 2219 value= float(item[2].GetValue()) 2220 2220 item[2].SetBackgroundColour("white") 2221 2221 # If the value of the parameter has changed, 2222 2222 # +update the model and set the is_modified flag … … 2225 2225 is_modified = True 2226 2226 except: 2227 item[2].SetBackgroundColour("pink") 2227 2228 msg = "Wrong Fit parameter value entered " 2228 2229 wx.PostEvent(self.parent.parent, StatusEvent(status = msg))
Note: See TracChangeset
for help on using the changeset viewer.