Changeset 0d0aa40 in sasview for src/sas/sasgui/guiframe/local_perspectives
- Timestamp:
- Sep 15, 2016 8:33:57 AM (8 years ago)
- Branches:
- 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
- Children:
- d4115a55
- Parents:
- bc9efde
- git-author:
- Lewis O'Driscoll <lewis.o'driscoll@…> (08/12/16 10:26:05)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (09/15/16 08:33:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/guiframe/local_perspectives/plotting/Plotter1D.py
rbc9efde r0d0aa40 604 604 605 605 if self.parent.ClassName.count('wxDialog') == 0: 606 wx_id = ids.next() 607 plot_menu.Append(wx_id, '&Linear Fit', name) 608 wx.EVT_MENU(self, wx_id, self.onFitting) 609 plot_menu.AppendSeparator() 606 if plot.id != 'fit': 607 wx_id = ids.next() 608 plot_menu.Append(wx_id, '&Linear Fit', name) 609 wx.EVT_MENU(self, wx_id, self.onFitting) 610 plot_menu.AppendSeparator() 610 611 611 612 wx_id = ids.next()
Note: See TracChangeset
for help on using the changeset viewer.