Ignore:
Timestamp:
Mar 3, 2021 3:02:07 PM (3 years ago)
Author:
vondreele
Message:

change line styles in fprme f' & f" plot.
add a Raise for the refinement finished dialog box
move the nonstructure plotting stuff that was at the end of G2plot to the end of the nonstructure stuff
this is PlotFPAconvoluters - ChangePlotSettings? now at line 885-1098

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r4833 r4837  
    51905190            dlg.Update(101.) # forces the Auto_Hide; needed after move w/Win & wx3.0
    51915191            dlg.Destroy()
    5192 #            wx.Yield()
    51935192        if OK:
    51945193            Rw = Rvals['Rwp']
     
    52135212            dlg2 = wx.MessageDialog(self,text,'Refinement results, Rw =%.3f'%(Rw),wx.OK|wx.CANCEL)
    52145213            dlg2.CenterOnParent()
     5214            dlg2.Raise()
    52155215            try:
    52165216                if dlg2.ShowModal() == wx.ID_OK:
Note: See TracChangeset for help on using the changeset viewer.