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
03c4dc00
Commit
03c4dc00
authored
Aug 17, 2014
by
Ivica Bukvic
Browse files
*fixed typo in g_numbox that broke compile
parent
12cda907
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_numbox.c
View file @
03c4dc00
...
...
@@ -474,7 +474,7 @@ static void my_numbox_dialog(t_my_numbox *x, t_symbol *s, int argc,
scalehandle_draw
(
&
x
->
x_gui
);
if
(
x
->
x_gui
.
x_selected
)
{
scalehandle_draw
(
&
x
->
x_gui
,
x
->
x_gui
.
x_glist
);
scalehandle_draw
(
&
x
->
x_gui
);
iemgui_select
((
t_gobj
*
)
x
,
x
->
x_gui
.
x_glist
,
1
);
}
//canvas_restore_original_position(x->x_gui.x_glist, (t_gobj *)x,"bogus",-1);
...
...
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