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
Aayush
purr-data
Commits
be44e4b5
Commit
be44e4b5
authored
Dec 07, 2013
by
Ivica Bukvic
Browse files
corrected color for the comment resize line at creation time
parent
87e22336
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/src/g_text.c
View file @
be44e4b5
...
...
@@ -1896,7 +1896,7 @@ void text_drawborder(t_text *x, t_glist *glist,
{
if
(
firsttime
)
{
sys_vgui
(
".x%lx.c create pline\
%d %d %d %d -tags [list %sR commentbar] -stroke $
obj_box_fill
\n
"
,
%d %d %d %d -tags [list %sR commentbar] -stroke $
box_outline
\n
"
,
glist_getcanvas
(
glist
),
x2
,
y1
,
x2
,
y2
,
tag
);
}
else
{
...
...
@@ -1981,7 +1981,7 @@ void text_drawborder_withtag(t_text *x, t_glist *glist,
{
if
(
firsttime
)
{
sys_vgui
(
".x%lx.c create pline\
%d %d %d %d -tags [list %sR commentbar] -stroke $
obj_box_fill
\n
"
,
%d %d %d %d -tags [list %sR commentbar] -stroke $
box_outline
\n
"
,
glist_getcanvas
(
glist
),
x2
,
y1
,
x2
,
y2
,
tag
);
}
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