Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4235e6f1
Commit
4235e6f1
authored
Sep 26, 2008
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#3968: fix missing update() call in end_fill().
parent
00d71436
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Lib/lib-tk/turtle.py
Lib/lib-tk/turtle.py
+1
-0
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/lib-tk/turtle.py
View file @
4235e6f1
...
@@ -306,6 +306,7 @@ class RawPen:
...
@@ -306,6 +306,7 @@ class RawPen:
{
'fill'
:
self
.
_color
,
{
'fill'
:
self
.
_color
,
'smooth'
:
smooth
})
'smooth'
:
smooth
})
self
.
_items
.
append
(
item
)
self
.
_items
.
append
(
item
)
self
.
_canvas
.
update
()
self
.
_path
=
[]
self
.
_path
=
[]
self
.
_filling
=
flag
self
.
_filling
=
flag
if
flag
:
if
flag
:
...
...
Misc/NEWS
View file @
4235e6f1
...
@@ -89,6 +89,8 @@ Core and builtins
...
@@ -89,6 +89,8 @@ Core and builtins
Library
Library
-------
-------
-
Issues
#
3968
and
#
3969
:
two
minor
turtle
problems
.
-
Issue
#
3547
:
Fixed
ctypes
structures
bitfields
of
varying
integer
-
Issue
#
3547
:
Fixed
ctypes
structures
bitfields
of
varying
integer
sizes
.
sizes
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment