Changeset 7e05460 in sasview for sansview


Ignore:
Timestamp:
Jun 22, 2011 4:03:02 PM (13 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:
94b4cf78
Parents:
c4d723b
Message:

check fit button

Location:
sansview/perspectives/fitting
Files:
2 edited

Legend:

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

    rc4d723b r7e05460  
    6464        """ 
    6565        self.btFit.SetLabel("Fit") 
     66        print "fit button" 
    6667        self.bind_fit_button() 
    6768         
  • sansview/perspectives/fitting/fitting.py

    rc4d723b r7e05460  
    960960                                  param_name, result.pvec,result.stderr) 
    961961                print "on_fit_comple" 
    962                 wx.CallAfter(cpage._on_fit_complete) 
     962                cpage._on_fit_complete() 
    963963                print "on_fit_comple0" 
    964964            if result.stderr == None: 
Note: See TracChangeset for help on using the changeset viewer.