Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
7f11fa36
Commit
7f11fa36
authored
Aug 30, 2013
by
Ivica Bukvic
Browse files
fixed -outline error due to legacy tk call that is replaced with -stroke in the tkpath
parent
1194e8db
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/pd.tk
View file @
7f11fa36
...
...
@@ -8403,7 +8403,7 @@ proc pdtk_canvas_enteritem_gettags {tkcanvas x y item} {
#puts stderr "gettags $tags $xletno [$tkcanvas canvasx $x] [$tkcanvas canvasy $y]"
if { $xletno == -1 && $object ne "text" } { return }
if { $object ne "text" } {
set nlet_color [$tkcanvas itemcget [lindex $tags 0] -
outlin
e]
set nlet_color [$tkcanvas itemcget [lindex $tags 0] -
strok
e]
} else {
set nlet_color $select_color
}
...
...
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