Ignore:
Timestamp:
Jul 18, 2020 5:00:20 PM (3 years ago)
Author:
toby
Message:

add reload to draw atoms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r4515 r4525  
    61276127        self.DrawAtomEdit.Append(G2G.wxID_DRAWVOIDMAP,'Create void map','Create a map of locations outside of any VDW radius')
    61286128        self.DrawAtomEdit.Append(G2G.wxID_DRAWDELETE,'Delete atoms','Delete atoms from drawing set')
     6129        G2G.Define_wxId('wxID_RELOADATOMS')
     6130        self.DrawAtomEdit.Append(G2G.wxID_RELOADATOMS,'Reload draw atoms','Reload atom drawing list')
    61296131       
    61306132        self.DrawAtomCompute.Append(G2G.wxID_DRAWDISTVP,'View pt. dist.','Compute distance of selected atoms from view point')   
Note: See TracChangeset for help on using the changeset viewer.