Ignore:
Timestamp:
Jun 17, 2020 8:46:08 PM (3 years ago)
Author:
vondreele
Message:

cleanup here & there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r4491 r4492  
    10871087    def onValSet(*args,**kwargs):
    10881088        vScale.SetValue(int(0.5+iscale*loc[key]))       
    1089     loc[key] = val = min(xmax,max(xmin,loc[key]))
     1089    loc[key] = min(xmax,max(xmin,loc[key]))
    10901090    hSizer = wx.BoxSizer(wx.HORIZONTAL)
    10911091    hSizer.Add(wx.StaticText(parent,wx.ID_ANY,label),0,wx.ALL|wx.ALIGN_CENTER_VERTICAL)
Note: See TracChangeset for help on using the changeset viewer.