[PyCrust-cvs] PyCrust editor.py,1.25,1.26
Brought to you by:
pobrien
From: <po...@us...> - 2003-04-07 18:35:19
|
Update of /cvsroot/pycrust/PyCrust In directory sc8-pr-cvs1:/tmp/cvs-serv32374 Modified Files: editor.py Log Message: Forgot those self.Layouts were in there. They didn't help. Index: editor.py =================================================================== RCS file: /cvsroot/pycrust/PyCrust/editor.py,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** editor.py 7 Apr 2003 18:18:45 -0000 1.25 --- editor.py 7 Apr 2003 18:35:14 -0000 1.26 *************** *** 119,123 **** self._buffers[self._buffer.id] = self._buffer self._buffer.editor.SetFocus() - self.Layout() def bufferDestroy(self): --- 119,122 ---- *************** *** 288,292 **** select=True) self._buffer.editor.SetFocus() - self.Layout() def bufferDestroy(self): --- 287,290 ---- |