Changeset 3474 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jul 16, 2018 4:07:12 PM (5 years ago)
Author:
vondreele
Message:

remove wx.Validator_IsSilent(): wx.Bell() from 2 places in G2ctrlGUI; doesn't exist in phoenix & not really needed.
add check of atom types for GetUnique? in G2lattice for transform of unit cell contents
modify OnTransform? & TransformDialog? to allow cancel & retry before committing to a new phase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r3453 r3474  
    188188    Pwrm1 = chr(0x207b)+chr(0x0b9)
    189189nxs = np.newaxis
    190 #    GSASIIpath.IPyBreak()
    191190plotDebug = False
    192191#matplotlib 2.0.x dumbed down Paired to 16 colors -
     
    15181517        Page.canvas.SwapBuffers()
    15191518
    1520     # PlotStructure execution starts here (N.B. initialization above)
     1519    # Plot3DSngl execution starts here (N.B. initialization above)
    15211520    new,plotNum,Page,Plot,lim = G2frame.G2plotNB.FindPlotTab('3D Structure Factors','ogl')
    15221521    if new:
Note: See TracChangeset for help on using the changeset viewer.