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
Wynn
purr-data
Commits
860f3070
Commit
860f3070
authored
Nov 07, 2011
by
Ivica Bukvic
Committed by
Hans-Christoph Steiner
Nov 07, 2011
Browse files
Added explicit setting of gl_goprect that will be needed for gop resizing via gui
parent
d3143787
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/g_editor.c
View file @
860f3070
...
...
@@ -1683,14 +1683,12 @@ void canvas_setgraph(t_glist *x, int flag, int nogoprect)
canvas_destroy_editor
(
x
);
x
->
gl_isgraph
=
0
;
x
->
gl_hidetext
=
0
;
//x->gl_editor = 0;
if
(
x
->
gl_owner
&&
!
x
->
gl_loading
&&
glist_isvisible
(
x
->
gl_owner
))
{
gobj_vis
(
&
x
->
gl_gobj
,
x
->
gl_owner
,
1
);
canvas_fixlinesfor
(
x
->
gl_owner
,
&
x
->
gl_obj
);
}
//if (x->gl_havewindow && hadeditor)
// canvas_editmode(x, 1);
x
->
gl_goprect
=
0
;
}
else
if
(
flag
)
{
...
...
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