Changeset 2057


Ignore:
Timestamp:
Nov 17, 2015 1:41:33 PM (7 years ago)
Author:
ayakovenko
Message:

Fixed bug with deselecting of PWRD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r2056 r2057  
    13741374            Page.canvas.mpl_disconnect(G2frame.cid)
    13751375            G2frame.cid = None
     1376        if not G2frame.PickId:
     1377            return
    13761378        PickId = G2frame.PickId                             # points to item in tree
     1379#        GSASIIpath.IPyBreak()
    13771380        if G2frame.PatternTree.GetItemText(PickId) == 'Background' and event.xdata:
    13781381            if Page.toolbar._active:    # prevent ops. if a toolbar zoom button pressed
Note: See TracChangeset for help on using the changeset viewer.