Changeset f5348253 in sasview


Ignore:
Timestamp:
May 1, 2011 11:52:58 AM (14 years ago)
Author:
Jae Cho <jhjcho@…>
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:
f5f257b
Parents:
500f9f2
Message:

fixed menu graph chech and uncheck from datapanel plotting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/gui_manager.py

    rdee097b rf5348253  
    651651                    self._data_panel.cb_plotpanel.Delete(ind) 
    652652                self._data_panel.cb_plotpanel.Append(str(caption), p) 
     653 
    653654        self._mgr.Update() 
    654655        return ID 
     
    17051706            title = "PLOT " + str(new_plot.title) 
    17061707            wx.PostEvent(self, NewPlotEvent(plot=new_plot, 
    1707                                                   title=title)) 
     1708                                                  title=title, 
     1709                                                  group_id = new_plot.group_id)) 
    17081710             
    17091711    def remove_data(self, data_id, theory_id=None): 
Note: See TracChangeset for help on using the changeset viewer.