Changeset 3911


Ignore:
Timestamp:
Apr 19, 2019 1:33:54 PM (4 years ago)
Author:
vondreele
Message:

remove ClearSelection? in SetViewPoint?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3909 r3911  
    56635663            cx = data['Drawing']['atomPtrs'][0]
    56645664            data['Drawing']['viewPoint'] = [atomData[indx[0]][cx:cx+3],[indx[0],0]]
    5665             drawAtoms.ClearSelection()                                  #do I really want to do this?
     5665#            drawAtoms.ClearSelection()                                  #do I really want to do this?
    56665666            G2plt.PlotStructure(G2frame,data)
    56675667        else:
Note: See TracChangeset for help on using the changeset viewer.