From: Kevin A. <ka...@us...> - 2004-09-25 16:14:31
|
Update of /cvsroot/pythoncard/PythonCard/tools/resourceEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26138/tools/resourceEditor Modified Files: resourceEditor.py Log Message: force panel refresh if grid size changes Index: resourceEditor.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/resourceEditor/resourceEditor.py,v retrieving revision 1.217 retrieving revision 1.218 diff -C2 -d -r1.217 -r1.218 *** resourceEditor.py 25 Sep 2004 15:05:08 -0000 1.217 --- resourceEditor.py 25 Sep 2004 16:14:21 -0000 1.218 *************** *** 1434,1437 **** --- 1434,1439 ---- self.xGridSize = size self.yGridSize = size + if self.showGridLines: + self.panel.Refresh() except: # should probably do an alert dialog here |