Tkinter bug in Misc.tkraise, Canvas.tkraise

John Michelsen john.michelsen at gte.net
Tue Apr 6 16:53:31 EDT 1999


>Until then, I would suggest the following fix:
>
>  from Tkinter import Canvas
>  Canvas.tag_raise = Canvas.tkraise
>  del Canvas.tkraise, Canvas.lift
>
>This should correct the problem.


Yep, that works too.  Thanks.

John






More information about the Python-list mailing list