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 ed0deeb commit cc9f4b5Copy full SHA for cc9f4b5
GSASII/GSASIIddataGUI.py
@@ -1522,6 +1522,8 @@ def OnDataApplyStrain(event):
1522
HAPBook.AddPage(HAPtab,phaseName)
1523
DData.append(HAPtab)
1524
HAPBook.Bind(wx.aui.EVT_AUINOTEBOOK_PAGE_CHANGED, OnPageChanged)
1525
+ # must setup all Phase tabs to get the DataMenu
1526
+ G2gd.SetDataMenuBar(G2frame,G2frame.dataWindow.DataGeneral)
1527
# set up "Select tab" menu contents
1528
G2gd.SetDataMenuBar(G2frame,G2frame.dataWindow.DataMenu)
1529
mid = G2frame.dataWindow.DataMenu.FindMenu('Select tab')
0 commit comments