Changeset 5068 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Nov 5, 2021 11:04:41 PM (2 years ago)
Author:
toby
Message:

add Run ISODISTORT to menu for ISODISTORT tab; allow it to be rerun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r5067 r5068  
    29352935                UpdateISODISTORT()
    29362936            else:
    2937                 G2G.G2MessageBox(G2frame,'ISODISTORT run failed - see opened web paage')       
     2937                G2G.G2MessageBox(G2frame,'ISODISTORT run failed - see page opened in web browser')
    29382938        else:
    29392939            G2G.G2MessageBox(G2frame,'ISODISTORT run cancelled')       
     
    1366013660        # ISODISTORT
    1366113661        FillSelectPageMenu(TabSelectionIdDict, G2frame.dataWindow.ISODData)
     13662        G2frame.Bind(wx.EVT_MENU, OnRunISODISTORT, id=G2G.wxID_ISODISTORT1)
    1366213663        G2frame.Bind(wx.EVT_MENU, OnNewISOPhase, id=G2G.wxID_ISODNEWPHASE)
    1366313664        G2frame.Bind(wx.EVT_MENU, OnShowIsoDistortCalc, id=G2G.wxID_SHOWISO1)
Note: See TracChangeset for help on using the changeset viewer.