Changeset 2231 for trunk/GSASIIgrid.py


Ignore:
Timestamp:
Apr 29, 2016 8:59:28 AM (7 years ago)
Author:
vondreele
Message:

really comment out Atoms rotate menu choice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r2229 r2231  
    19021902        self.AtomEdit.Append(id=wxID_ATOMSTRANSFORM, kind=wx.ITEM_NORMAL,text='Transform atoms',
    19031903            help='Select atoms to transform first')
    1904         self.AtomEdit.Append(id=wxID_ATOMSROTATE, kind=wx.ITEM_NORMAL,text='Rotate atoms',
    1905             help='Select atoms to rotate first')
     1904#        self.AtomEdit.Append(id=wxID_ATOMSROTATE, kind=wx.ITEM_NORMAL,text='Rotate atoms',
     1905#            help='Select atoms to rotate first')
    19061906        self.AtomEdit.Append(id=wxID_MAKEMOLECULE, kind=wx.ITEM_NORMAL,text='Assemble molecule',
    19071907            help='Assemble molecule from scatterd atom positions')
Note: See TracChangeset for help on using the changeset viewer.