Changeset 47d93073 in sasview for src/sas/sasgui/guiframe/local_perspectives/plotting/parameters_panel_slicer.py
- Timestamp:
- Jun 8, 2017 1:28:28 PM (7 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.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 444a657
- Parents:
- edc7852
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/guiframe/local_perspectives/plotting/parameters_panel_slicer.py
redc7852 r47d93073 5 5 import wx.lib.newevent 6 6 from sas.sascalc.dataloader.readers.cansas_reader import Reader 7 from sas.sasgui.guiframe.events import EVT_SLICER_PARS8 7 from sas.sasgui.guiframe.utils import format_number 9 from sas.sasgui.guiframe.events import EVT_SLICER 10 from sas.sasgui.guiframe.events import SlicerParameterEvent 8 from sas.sasgui.guiframe.events import EVT_SLICER_PARS, EVT_SLICER 9 from sas.sasgui.guiframe.events import SlicerParameterEvent, StatusEvent 11 10 from Plotter2D import ModelPanel2D 12 11 apply_params, EVT_APPLY_PARAMS = wx.lib.newevent.NewEvent() … … 421 420 # necessary before this event is called. If this is the first time 422 421 # reaching this event, send it to the end of the wx event queue 423 if self.iter == 0:422 if self.iter < 2: 424 423 clone = evt.Clone() 425 424 wx.PostEvent(self, clone)
Note: See TracChangeset
for help on using the changeset viewer.