Changeset 0275276 in sasview for guiframe/local_perspectives
- Timestamp:
- Apr 29, 2011 8:17:53 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:
- 500f9f2
- Parents:
- dee097b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guiframe/local_perspectives/plotting/Plotter1D.py
rdee097b r0275276 228 228 position = "x: %8.3g y: %8.3g" % (event.xdata, event.ydata) 229 229 wx.PostEvent(self.parent, StatusEvent(status=position)) 230 231 #self.on_set_focus(None)230 # unfocus all 231 self.parent.set_plot_unfocus() 232 232 #post nd event to notify guiframe that this panel is on focus 233 233 wx.PostEvent(self.parent, PanelOnFocusEvent(panel=self))
Note: See TracChangeset
for help on using the changeset viewer.