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
nerrons
purr-data
Commits
d5335ab0
Commit
d5335ab0
authored
Dec 08, 2013
by
Ivica Bukvic
Browse files
*Addendum to the earlier segfault fix which was incomplete
parent
f6a99fac
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_canvas.c
View file @
d5335ab0
...
...
@@ -696,6 +696,8 @@ void canvas_draw_gop_resize_hooks(t_canvas* x)
t_scalehandle
*
sh
=
(
t_scalehandle
*
)(
x
->
x_handle
);
t_scalehandle
*
mh
=
(
t_scalehandle
*
)(
x
->
x_mhandle
);
if
(
!
sh
||
!
mh
)
return
;
//in case we are an array which does not initialize its hooks
if
(
x
->
gl_edit
&&
glist_isvisible
(
x
)
&&
glist_istoplevel
(
x
)
&&
x
->
gl_goprect
&&
!
x
->
gl_editor
->
e_selection
)
{
//Drawing and Binding Resize_Blob for GOP
...
...
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