Changeset 1250 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Mar 14, 2014 12:36:02 PM (10 years ago)
Author:
vondreele
Message:

fix cursor position in SAS size plot
sky default = -3
fix background handling in SASD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r1248 r1250  
    14141414            Page.canvas.SetCursor(wx.CROSS_CURSOR)
    14151415            try:
    1416                 G2frame.G2plotNB.status.SetStatusText('diameter =%9.3g f(D) =%9.3f'%(ypos,xpos),1)                   
     1416                G2frame.G2plotNB.status.SetStatusText('diameter =%9.3f f(D) =%9.3g'%(xpos,ypos),1)                   
    14171417            except TypeError:
    14181418                G2frame.G2plotNB.status.SetStatusText('Select Strain pattern first',1)
Note: See TracChangeset for help on using the changeset viewer.