Changeset e26d0db in sasview for guiframe/local_perspectives/plotting/plotting.py
- Timestamp:
- May 13, 2011 5:00:46 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:
- 000b025
- Parents:
- a03d419
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guiframe/local_perspectives/plotting/plotting.py
r13a63ab re26d0db 245 245 if group_id in self.plot_panels.keys(): 246 246 panel = self.plot_panels[group_id] 247 uid = panel.uid 247 248 wx.PostEvent(self.parent, 248 249 DeletePlotPanelEvent(name=panel.window_caption, … … 251 252 self.delete_menu_item(panel.window_caption, panel.uid) 252 253 del self.plot_panels[group_id] 254 self.parent.delete_panel(uid) 253 255 return True 254 256 return False
Note: See TracChangeset
for help on using the changeset viewer.