Ignore:
Timestamp:
May 15, 2009 6:30:16 PM (15 years ago)
Author:
Gervaise Alina <gervyh@…>
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:
138c139
Parents:
111acd2
Message:

working on saving customized dispersity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/perspectives/fitting/fitpanel.py

    rdf4c3ad r71f0373  
    339339 
    340340                memento= self.fit_page_name[page_title][0] 
     341                 
    341342                panel.reset_page(memento) 
    342343        else: 
    343344            self.fit_page_name[page_title]=[] 
    344345            self.fit_page_name[page_title].insert(0,panel.createMemento()) 
    345           
    346         # We just created a model page, we are ready to plot the model 
    347         #self.manager.draw_model(model, model.name) 
    348         #FOR PLUGIN  for some reason model.name is = BASEcomponent 
    349         self.manager.draw_model(model, qmin=qmin, qmax=qmax) 
     346            ## We just created a model page, we are ready to plot the model 
     347            self.manager.draw_model(model, qmin=qmin, qmax=qmax) 
    350348   
    351349   
Note: See TracChangeset for help on using the changeset viewer.