From: <sir...@us...> - 2003-03-29 10:45:27
|
Update of /cvsroot/btplusplus/BT++/src/TabTrans In directory sc8-pr-cvs1:/tmp/cvs-serv10828/src/TabTrans Modified Files: Grid.py Log Message: no message Index: Grid.py =================================================================== RCS file: /cvsroot/btplusplus/BT++/src/TabTrans/Grid.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Grid.py 28 Mar 2003 13:38:04 -0000 1.13 --- Grid.py 29 Mar 2003 10:45:17 -0000 1.14 *************** *** 255,259 **** break ! if x in [-2, -1, 0, 1, 2]: self.LabelResize['Over'] = true self.LabelResize['Num'] = col --- 255,259 ---- break ! if x == 0: self.LabelResize['Over'] = true self.LabelResize['Num'] = col |