Ignore:
Timestamp:
Jul 30, 2017 3:01:17 PM (6 years ago)
Author:
vondreele
Message:

oops - forgot the SetSizer? in SetPhaseWindow?
make SetScrollRate?(0,0) the default for GSGrid - grids have no scroll bars
remove all those individual SetScrollRates? everywhere a GSGrid is made - all did same thing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branch/2frame/GSASIIctrlGUI.py

    r2939 r2950  
    31093109        if hasattr(parent.TopLevelParent,'currentGrids'):
    31103110            parent.TopLevelParent.currentGrids.append(self)      # save a reference to the grid in the Frame
     3111        self.SetScrollRate(0,0)         #GSAS-II grids have no scroll bars by default
    31113112           
    31123113    def Clear(self):
Note: See TracChangeset for help on using the changeset viewer.