Changeset 4561 for trunk/GSASIIphsGUI.py
- Timestamp:
- Sep 4, 2020 4:26:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4559 r4561 3545 3545 Atoms.SelectCol(c,True) 3546 3546 3547 def Paint( ):3547 def Paint(Scroll=0): 3548 3548 3549 3549 table = [] … … 3636 3636 Atoms.SetReadOnly(row,colSS+1,True) #Mult 3637 3637 Atoms.AutoSizeColumns(False) 3638 SetPhaseWindow(Atoms )3638 SetPhaseWindow(Atoms,Scroll=Atoms.GetScrollPos(wx.VERTICAL)) 3639 3639 3640 3640 #### FillAtomsGrid executable code starts here … … 7821 7821 FindBondsDraw(data) 7822 7822 drawAtoms.ClearSelection() 7823 # G2plt.PlotStructure(G2frame,data)7824 7823 7825 7824 def DrawAtomStyle(event):
Note: See TracChangeset
for help on using the changeset viewer.