Changeset 4561 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Sep 4, 2020 4:26:07 PM (3 years ago)
Author:
vondreele
Message:

invoke scrooling set for atom editing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r4559 r4561  
    35453545                    Atoms.SelectCol(c,True)
    35463546                   
    3547         def Paint():
     3547        def Paint(Scroll=0):
    35483548           
    35493549            table = []
     
    36363636                Atoms.SetReadOnly(row,colSS+1,True)                       #Mult
    36373637            Atoms.AutoSizeColumns(False)
    3638             SetPhaseWindow(Atoms)
     3638            SetPhaseWindow(Atoms,Scroll=Atoms.GetScrollPos(wx.VERTICAL))
    36393639
    36403640#### FillAtomsGrid executable code starts here
     
    78217821        FindBondsDraw(data)
    78227822        drawAtoms.ClearSelection()
    7823 #        G2plt.PlotStructure(G2frame,data)
    78247823
    78257824    def DrawAtomStyle(event):
Note: See TracChangeset for help on using the changeset viewer.