Changeset 4492 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Jun 17, 2020 8:46:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r4491 r4492 1087 1087 def onValSet(*args,**kwargs): 1088 1088 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])) 1090 1090 hSizer = wx.BoxSizer(wx.HORIZONTAL) 1091 1091 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.