Changeset 1377 for trunk/GSASIIplot.py
- Timestamp:
- Jun 11, 2014 12:39:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r1370 r1377 2641 2641 scalex = 1000./pixelSize[0] 2642 2642 scaley = 1000./pixelSize[1] 2643 pixLimit = Data['pixLimit'] 2643 # pixLimit = Data['pixLimit'] #can be too tight 2644 pixLimit = 20 #this makes the search box 40x40 pixels 2644 2645 if G2frame.itemPicked is None and PickName == 'Image Controls' and len(G2frame.ImageZ): 2645 2646 Xpos = event.xdata
Note: See TracChangeset
for help on using the changeset viewer.