Changeset 2f97794 in sasview for invariantview/perspectives/invariant
- Timestamp:
- Mar 16, 2011 8:33:27 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:
- c8afcb7
- Parents:
- 4158af4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
invariantview/perspectives/invariant/invariant.py
r20b482f r2f97794 245 245 wx.PostEvent(self.parent, NewPlotEvent(plot=self.__data, 246 246 reset=True, title=self.__data.title)) 247 #temp_state = copy.deepcopy(state)248 #temp_state = self.state_reader.get_state()247 data_dict = {self.__data.id:self.__data} 248 self.parent.add_data(data_list=data_dict) 249 249 # set state 250 250 self.invariant_panel.is_state_data = True
Note: See TracChangeset
for help on using the changeset viewer.