Changeset 6d1235b in sasview for sansview/perspectives
- Timestamp:
- Apr 22, 2009 8:30:10 PM (16 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:
- 7c3aea3
- Parents:
- 280a14b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/basepage.py
rc477b31 r6d1235b 98 98 Retrieve the state selected state 99 99 """ 100 # Skipping the save state functionality for release 0.9.0 101 return 102 100 103 pos = event.GetPosition() 101 104 pos = self.ScreenToClient(pos) 105 #TODO: why is the state menu called "slicerpop"? 102 106 self.PopupMenu(self.slicerpop, pos) 103 107 … … 334 338 save history of the data and model 335 339 """ 340 # Skipping the save state functionality for release 0.9.0 341 return 342 336 343 if self.model==None: 337 344 return … … 1362 1369 Draw the layout for saving option 1363 1370 """ 1371 # Skipping save state functionality for release 0.9.0 1372 return 1373 1364 1374 self.sizer6.Clear(True) 1365 1375 box_description= wx.StaticBox(self, -1,"Save Status")
Note: See TracChangeset
for help on using the changeset viewer.