Skip to content
Snippets Groups Projects
Commit d5335ab0 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*Addendum to the earlier segfault fix which was incomplete

parent f6a99fac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment