Changeset 4508 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jun 23, 2020 5:41:27 PM (5 years ago)
Author:
vondreele
Message:

fix the select tab menu list in phases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIplot.py ΒΆ

    r4507 r4508  
    90659065        GL.glTranslate(-Tx,-Ty,-Tz)
    90669066        drawingData['modelView'] = GL.glGetDoublev(GL.GL_MODELVIEW_MATRIX)
    9067         # if drawingData['unitCellBox']:
    9068         #     if drawingData['Plane'][1]:
    9069         #         H,phase,stack,phase,color = drawingData['Plane']
    9070         #         Planes = G2lat.PlaneIntercepts(Amat,H,phase,stack)
    9071         #         for plane in Planes:
    9072         #             RenderPlane(plane,color)
    9073         #     RenderBox()
    90749067        if drawingData['showABC']:
    90759068            x,y,z = drawingData['viewPoint'][0]
Note: See TracChangeset for help on using the changeset viewer.