Changeset bb6d9aa in sasview
- Timestamp:
- Jun 23, 2011 11:09:19 AM (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:
- 4ed8d50
- Parents:
- 376ee3d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
calculatorview/perspectives/calculator/resolution_calculator_panel.py
rbe6e99a rbb6d9aa 653 653 # reset image 654 654 self.image = None 655 656 def on_compute(self, event = None): 655 656 def on_compute(self, event = None): 657 """ 658 Execute the computation of resolution 659 """ 660 wx.CallAfter(self, on_compute_call, event) 661 662 def on_compute_call(self, event = None): 657 663 """ 658 664 Execute the computation of resolution
Note: See TracChangeset
for help on using the changeset viewer.