We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bc406 commit a24c111Copy full SHA for a24c111
GSASII/GSASIIphsGUI.py
@@ -13006,6 +13006,7 @@ def ChangePage(page):
13006
elif text == 'RMC':
13007
G2gd.SetDataMenuBar(G2frame,G2frame.dataWindow.FRMCMenu)
13008
G2rmcG.UpdateRMC(G2frame,data)
13009
+ G2rmcG.UpdateRMC(G2frame,data) #TODO: apparently needs to be done twice to get a working GUI. Find a better fix.
13010
elif text == 'ISODISTORT':
13011
G2gd.SetDataMenuBar(G2frame,G2frame.dataWindow.ISODData)
13012
G2phsG2.UpdateISODISTORT(G2frame,data)
0 commit comments