[Patches] [ python-Patches-539005 ] error in RawPen-class (line 262)

noreply@sourceforge.net noreply@sourceforge.net
Wed, 03 Apr 2002 15:48:42 -0800


Patches item #539005, was opened at 2002-04-04 01:48
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=539005&group_id=5470

Category: Tkinter
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Gregor Lingl (glingl)
Assigned to: Nobody/Anonymous (nobody)
Summary: error in RawPen-class (line 262)

Initial Comment:
line 262 uses the global variable _canvas
instead of the instance-variable self._canvas
created in the RawPen - Constructor.

This certainly is a *very* old bug and it
seems strange, that it could remain undetected
that long.

for the patch look at lines 262 - 264

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=539005&group_id=5470