Changeset 1983 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Sep 29, 2015 3:53:45 PM (8 years ago)
Author:
vondreele
Message:

fix '+' selection in PWDR plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r1981 r1983  
    18531853    else:
    18541854        G2frame.Lines = Lines
    1855     if G2frame.PatternTree.GetItemText(PickId) == 'Background':
     1855    if PickId and G2frame.PatternTree.GetItemText(PickId) == 'Background':
    18561856        # plot fixed background points
    18571857        backDict = G2frame.PatternTree.GetItemPyData(G2gd.GetPatternTreeItemId(G2frame,G2frame.PatternId, 'Background'))[1]
Note: See TracChangeset for help on using the changeset viewer.