Changeset 195


Ignore:
Timestamp:
Jan 3, 2011 4:11:46 PM (13 years ago)
Author:
vondreele
Message:

add a dummy GetSelection? to class GSGrid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r193 r195  
    288288        self.SetCellBackgroundColour(r,c,color)
    289289        self.SetReadOnly(r,c,isReadOnly=readonly)
     290       
     291    def GetSelection(self):
     292        #this is to satisfy structure drawing stuff in G2plt when focus changes
     293        return None
    290294                       
    291295class Table(wg.PyGridTableBase):
Note: See TracChangeset for help on using the changeset viewer.