Skip to content

Commit a24c111

Browse files
committed
kludge fix for unresponsive RMC GUI.
1 parent d2bc406 commit a24c111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GSASII/GSASIIphsGUI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13006,6 +13006,7 @@ def ChangePage(page):
1300613006
elif text == 'RMC':
1300713007
G2gd.SetDataMenuBar(G2frame,G2frame.dataWindow.FRMCMenu)
1300813008
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.
1300913010
elif text == 'ISODISTORT':
1301013011
G2gd.SetDataMenuBar(G2frame,G2frame.dataWindow.ISODData)
1301113012
G2phsG2.UpdateISODISTORT(G2frame,data)

0 commit comments

Comments
 (0)