New submission from Gregor Lingl <[EMAIL PROTECTED]>:

fill() and end_fill() do not work as expected. As a user 
on the tutor list wrote:

For a while now I've had trouble with end_fill(). Sometimes I can use
it to fill a figure such as a square, triangle or rectangle, but
sometimes not.

This is due to a missing update() call in the RawPen.fill() method

A patch is attached

Regards, Gregor

----------
components: Tkinter
files: 2.5turtle_fillpatch.diff
keywords: patch
messages: 73825
nosy: gregorlingl
severity: normal
status: open
title: fill() and end_fill() do not work correctly
type: behavior
versions: Python 2.5
Added file: http://bugs.python.org/file11604/2.5turtle_fillpatch.diff

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3968>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to