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
12cda907
Commit
12cda907
authored
Aug 17, 2014
by
Ivica Bukvic
Browse files
*fixed regressions introduced with earlier Mathieu's commit
parent
afb189f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
pd/src/g_all_guis.c
View file @
12cda907
...
...
@@ -1031,7 +1031,6 @@ void iemgui_draw_update(t_iemgui *x, t_glist *glist) {
void
iemgui_draw_new
(
t_iemgui
*
x
)
{
x
->
x_draw
(
x
,
x
->
x_glist
,
IEM_GUI_DRAW_MODE_NEW
);
iemgui_label_draw_new
(
x
);
iemgui_draw_io
(
x
,
7
);
canvas_raise_all_cords
(
glist_getcanvas
(
x
->
x_glist
));
// used to be inside x_draw
}
...
...
pd/src/g_numbox.c
View file @
12cda907
...
...
@@ -472,6 +472,11 @@ static void my_numbox_dialog(t_my_numbox *x, t_symbol *s, int argc,
//iemgui_draw_move(&x->x_gui);
//iemgui_draw_config(&x->x_gui);
scalehandle_draw
(
&
x
->
x_gui
);
if
(
x
->
x_gui
.
x_selected
)
{
scalehandle_draw
(
&
x
->
x_gui
,
x
->
x_gui
.
x_glist
);
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);
scrollbar_update
(
x
->
x_gui
.
x_glist
);
}
...
...
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