Changeset ed7384d in sasview for guiframe


Ignore:
Timestamp:
Jun 2, 2009 1:53:08 PM (16 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:
e50f15b
Parents:
167c844
Message:

detector zmax change from int to float

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/local_perspectives/plotting/detector_dialog.py

    reba08f1a red7384d  
    8080        try: 
    8181            value=self.zmax_ctl.GetValue() 
    82             if value and int(value)==0.0: 
     82            if value and float(value)==0.0: 
    8383                flag = False 
    8484                wx.PostEvent(self.parent, StatusEvent(status="Enter number greater than zero")) 
Note: See TracChangeset for help on using the changeset viewer.