commit | 4235e6f1117e6b35d183bf46487261d762486b1a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Sep 26 07:17:03 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Sep 26 07:17:03 2008 +0000 |
tree | 35e0b4321b53e9bfa080df1b59a442e76144eeae | |
parent | 00d71436c7968452b875bf999a06130502469bf8 [diff] [blame] |
#3968: fix missing update() call in end_fill().
diff --git a/Lib/lib-tk/turtle.py b/Lib/lib-tk/turtle.py index 6bc3760..295f9f4 100644 --- a/Lib/lib-tk/turtle.py +++ b/Lib/lib-tk/turtle.py
@@ -306,6 +306,7 @@ {'fill': self._color, 'smooth': smooth}) self._items.append(item) + self._canvas.update() self._path = [] self._filling = flag if flag: