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
40370442
Commit
40370442
authored
Jan 11, 2017
by
Jonathan Wilkes
Browse files
move the gobj container for [moonlib/mknob] when object gets displaced (e.g., when tidying up)
parent
24407325
Changes
1
Show whitespace changes
Inline
Side-by-side
externals/moonlib/mknob.c
View file @
40370442
...
@@ -135,7 +135,7 @@ void mknob_draw(t_mknob *x, t_glist *glist, int mode)
...
@@ -135,7 +135,7 @@ void mknob_draw(t_mknob *x, t_glist *glist, int mode)
if
(
mode
==
IEM_GUI_DRAW_MODE_UPDATE
)
if
(
mode
==
IEM_GUI_DRAW_MODE_UPDATE
)
mknob_draw_update
(
x
,
glist
);
mknob_draw_update
(
x
,
glist
);
else
if
(
mode
==
IEM_GUI_DRAW_MODE_MOVE
)
else
if
(
mode
==
IEM_GUI_DRAW_MODE_MOVE
)
mknob_draw_config
(
x
,
glist
);
iemgui_base_draw_move
(
&
x
->
x_gui
);
else
if
(
mode
==
IEM_GUI_DRAW_MODE_NEW
)
else
if
(
mode
==
IEM_GUI_DRAW_MODE_NEW
)
mknob_draw_new
(
x
,
glist
);
mknob_draw_new
(
x
,
glist
);
else
if
(
mode
==
IEM_GUI_DRAW_MODE_CONFIG
)
else
if
(
mode
==
IEM_GUI_DRAW_MODE_CONFIG
)
...
...
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