Ignore:
Timestamp:
Sep 15, 2016 6:33:57 AM (8 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
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
Children:
d470dc7
Parents:
153ee77
git-author:
Paul Kienzle <pkienzle@…> (08/30/16 13:05:36)
git-committer:
Piotr Rozyczko <rozyczko@…> (09/15/16 06:33:57)
Message:

fix 'invalid Q range' when parameter value is min or max. Fixes #636

File:
1 edited

Legend:

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

    r934ce649 rdbce805  
    13651365            try: 
    13661366                tcrtl.SetBackgroundColour(wx.WHITE) 
    1367                 self._check_value_enter(self.fittable_param, is_modified) 
    1368                 self._check_value_enter(self.parameters, is_modified) 
     1367                self._check_value_enter(self.fittable_param) 
     1368                self._check_value_enter(self.parameters) 
    13691369            except: 
    13701370                tcrtl.SetBackgroundColour("pink") 
Note: See TracChangeset for help on using the changeset viewer.