Changeset c65a265 in sasview


Ignore:
Timestamp:
Oct 5, 2016 8:46:09 AM (8 years ago)
Author:
ajj
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, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
c807957
Parents:
c1fdf84
Message:

Removing logic that caused compute button to do nothing when data was present in the fit page.

Fixes #694

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/basepage.py

    r6c382da rc65a265  
    15211521                self.fitrange = False 
    15221522 
    1523             if not self.data.is_data: 
    1524                 is_modified = True 
    1525  
    15261523            ## if any value is modify draw model with new value 
    15271524            if not self.fitrange: 
     
    15391536                self._draw_model() 
    15401537                self.Refresh() 
     1538 
     1539        logging.info("is_modified flag set to %g",is_modified) 
    15411540        return is_modified 
    15421541 
Note: See TracChangeset for help on using the changeset viewer.