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
e5207f8d
Commit
e5207f8d
authored
Nov 05, 2014
by
Ivica Bukvic
Browse files
*made invalid fill consistent in all cases
parent
e0a0914b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_text.c
View file @
e5207f8d
...
...
@@ -1592,7 +1592,7 @@ static void text_select(t_gobj *z, t_glist *glist, int state)
glist_getcanvas
(
glist
),
rtext_gettag
(
y
));
if
(
pd_class
(
&
x
->
te_pd
)
==
text_class
&&
x
->
te_type
!=
T_TEXT
)
sys_vgui
(
".x%lx.c itemconfigure %sR -strokewidth 2 -strokedasharray {2 3} "
sys_vgui
(
".x%lx.c itemconfigure %sR -strokewidth 2
-strokelinecap projecting
-strokedasharray {2 3} "
"-fill %s
\n
"
,
glist_getcanvas
(
glist
),
rtext_gettag
(
y
),
invalid_fill
);
...
...
@@ -2157,7 +2157,7 @@ void text_drawborder_withtag(t_text *x, t_glist *glist,
if
(
pd_class
(
&
x
->
te_pd
)
==
text_class
)
{
pattern
=
"-"
;
outline
=
"$pd_colors(dash_outline) -strokewidth 2"
;
outline
=
"$pd_colors(dash_outline) -strokewidth 2
-strokelinecap projecting -strokedasharray {2 3}
"
;
fill
=
invalid_fill
;
}
else
...
...
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