mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
parent
16a3932774
commit
bd39c03c9f
2 changed files with 4 additions and 1 deletions
|
@ -679,7 +679,7 @@ class Pen(RawPen):
|
|||
_canvas = Tkinter.Canvas(_root, background="white")
|
||||
_canvas.pack(expand=1, fill="both")
|
||||
|
||||
setup(width=_width, height= _height, startx=_startx, starty=_starty)
|
||||
setup(width=_width, height= _height, startx=_startx, starty=_starty)
|
||||
|
||||
RawPen.__init__(self, _canvas)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue