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
Rishabh Gupta
purr-data
Commits
f822624c
Commit
f822624c
authored
Mar 06, 2017
by
Jonathan Wilkes
Browse files
fix my_canvas stroke color bug reported on Pd forum
parent
a4c3c5c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
f822624c
...
@@ -3087,6 +3087,9 @@ function gui_mycanvas_update(cid, tag, color, selected) {
...
@@ -3087,6 +3087,9 @@ function gui_mycanvas_update(cid, tag, color, selected) {
fill
:
color
,
fill
:
color
,
stroke
:
color
stroke
:
color
});
});
configure_item
(
h
,
{
stroke
:
color
});
}
}
function
gui_mycanvas_coords
(
cid
,
tag
,
vis_width
,
vis_height
,
select_width
,
select_height
)
{
function
gui_mycanvas_coords
(
cid
,
tag
,
vis_width
,
vis_height
,
select_width
,
select_height
)
{
...
...
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