Changeset d9638fd in sasview for sansview/perspectives/fitting
- Timestamp:
- May 2, 2011 2:40:19 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:
- 53fc7636
- Parents:
- 4a74847
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/fitpage.py
r6d8053c rd9638fd 1059 1059 ## event to post model to fit to fitting plugins 1060 1060 (ModelEventbox, EVT_MODEL_BOX) = wx.lib.newevent.NewEvent() 1061 1061 1062 1062 ## set smearing value whether or not 1063 1063 # the data contain the smearing info … … 1071 1071 self.state.model = self.model.clone() 1072 1072 self.state.model.name = self.model.name 1073 if event is not None: 1074 self._draw_model() 1075 1073 1076 1074 if event != None: 1077 1075 ## post state to fit panel … … 1088 1086 self.formfactorbox.SetSelection(pos) 1089 1087 self.formfactorbox.SetValue(current_val) 1090 self._ onDraw(event=None)1088 self._draw_model() 1091 1089 self.SetupScrolling() 1092 1090
Note: See TracChangeset
for help on using the changeset viewer.