]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The lower() and tkraise() methods were calling the Canvas widget
authorGuido van Rossum <guido@python.org>
Tue, 10 Apr 2001 21:13:06 +0000 (21:13 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Apr 2001 21:13:06 +0000 (21:13 +0000)
commit40f3c7fdf0e16dab993315d8531d9b0078aac796
tree97ae94802f5b1f1a6baa53f33a6b0e1252960609
parent8875c86a125fda563c7d12576d6815e009a76aa5
The lower() and tkraise() methods were calling the Canvas widget
wrongly.  Fixed this.

This closes SF bug #412682.
Lib/lib-tk/Canvas.py