[PythonCAD] [PATCH] Fixes for typos and dimension changes

2006-10-24 Thread Art Haas
Hi. The three patches below fix a number of errors in PythonCAD, and I'm sending this out to the list so people not getting the code via subversion can get the changes. The changes to 'dimension.py' are meant to fix a redraw bug where changing the dimension text attributes would not be displayed i

Re: [PythonCAD] Drawing Grid Lines

2006-10-24 Thread Art Haas
On Mon, Oct 23, 2006 at 03:29:11PM -0700, Rich Shepard wrote: >I have a layer with a set of parallel horizontal lines and an orthogonal > set of parallel vertical lines to be used for spacing of entities (even if > these entities can not yet be snapped to those grid intersections.) > >But,

Re: [PythonCAD] Drawing Grid Lines

2006-10-24 Thread Rich Shepard
On Tue, 24 Oct 2006, Art Haas wrote: > 1) Use construction lines via 'Draw'->'Con. Lines' in menus: Art, I think this is what I did, but ... > a) Draw a horizontal/vertical construction line > b) Draw a parallel construction line - enter the distance in the entry > box, click on the re

[PythonCAD] [PATCH] Fix a copy-and-paste error in image.py

2006-10-24 Thread Art Haas
Hi. Found another dumb copy-and-paste error today. Patch below for people not using Subversion; for those using it just 'svn update' to get the fix. Art Index: PythonCAD/Generic/image.py === --- PythonCAD/Generic/image.py (revision

Re: [PythonCAD] [PATCH] Fix a copy-and-paste error in image.py

2006-10-24 Thread Rich Shepard
On Tue, 24 Oct 2006, Art Haas wrote: > @@ -1829,7 +1829,7 @@ > +self.saveUndoData('units_changed', _units) Art, It was line 1981 on my copy, but I made the change. Thanks, Rich -- Richard B. Shepard, Ph.D. |The Environmental Permitting Applied Ecosystem Services

[PythonCAD] [PATCH] Followup patch for gtkimage.py

2006-10-24 Thread Art Haas
On Tue, Oct 24, 2006 at 02:56:41PM -0500, Art Haas wrote: > Hi. > > Found another dumb copy-and-paste error today. Patch below for people > not using Subversion; for those using it just 'svn update' to get > the fix. > > Index: PythonCAD/Generic/image.py >