Ignore:
Timestamp:
Sep 25, 2018 11:07:53 AM (5 years ago)
Author:
vondreele
Message:

clear magData when a selection is made
add row select --> mag space group display in magCells table
fix R -3 m spin selection problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r3600 r3619  
    38653865            'GSAS-II project file (*.gpx)|*.gpx',wx.FD_SAVE|wx.FD_OVERWRITE_PROMPT)
    38663866        try:
    3867             if dlg.ShowModal() == wx.ID_OK:
     3867            if dlg.ShowModal() == wx.ID_OK:     #TODO: what about Cancel?
    38683868                self.GSASprojectfile = dlg.GetPath()
    38693869                self.GSASprojectfile = G2IO.FileDlgFixExt(dlg,self.GSASprojectfile)
Note: See TracChangeset for help on using the changeset viewer.