Changeset 3390 for trunk/GSASIIdataGUI.py
- Timestamp:
- May 16, 2018 10:31:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r3378 r3390 4184 4184 Phase['pId'] = pId 4185 4185 if Phase['Histograms']: 4186 if phase not in Phases:4187 Phases[phase] = Phase4188 4186 for hist in Phase['Histograms']: 4189 4187 if 'Use' not in Phase['Histograms'][hist]: #patch: add Use flag as True 4190 4188 Phase['Histograms'][hist]['Use'] = True 4191 4189 if hist not in Histograms and Phase['Histograms'][hist]['Use']: 4190 if phase not in Phases: 4191 Phases[phase] = Phase 4192 4192 item = GetGPXtreeItemId(self,self.root,hist) 4193 4193 if item: … … 7742 7742 if phaseName not in data: 7743 7743 data[phaseName] = {} 7744 G2restG.UpdateRestraints(G2frame,data [phaseName],phaseName)7744 G2restG.UpdateRestraints(G2frame,data,phaseName) 7745 7745 elif G2frame.GPXtree.GetItemText(item) == 'Comments': 7746 7746 SetDataMenuBar(G2frame,G2frame.dataWindow.DataCommentsMenu)
Note: See TracChangeset
for help on using the changeset viewer.