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
Aayush
purr-data
Commits
e065dfeb
Commit
e065dfeb
authored
Dec 17, 2010
by
Ivica Bukvic
Committed by
Hans-Christoph Steiner
Nov 02, 2011
Browse files
Pd-0.42.5-extended-l2ork-dev-20101216.tar.bz2
parent
6dd080d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/g_editor.c
View file @
e065dfeb
...
...
@@ -885,7 +885,9 @@ static void *canvas_undo_set_apply(t_canvas *x, t_gobj *obj)
t_gobj
*
y
;
t_linetraverser
t
;
t_outconnect
*
oc
;
/* select the object we are working on */
/* enable editor (in case it is disabled) and select the object we are working on */
if
(
!
x
->
gl_edit
)
canvas_editmode
(
x
,
1
);
if
(
!
glist_isselected
(
x
,
obj
))
glist_select
(
x
,
obj
);
int
nnotsel
=
glist_selectionindex
(
x
,
0
,
0
);
/* get number of all items for the offset below */
...
...
@@ -1393,7 +1395,8 @@ static void canvas_done_popup(t_canvas *x, t_float which, t_float xpos, t_float
else
{
if
(
!
x
->
gl_edit
)
canvas_editmode
(
x
,
1
);
glist_select(x, y);
if
(
!
glist_isselected
(
x
,
y
))
glist_select
(
x
,
y
);
(
*
class_getpropertiesfn
(
pd_class
(
&
y
->
g_pd
)))(
y
,
x
);
}
return
;
...
...
src/m_pd.h
View file @
e065dfeb
...
...
@@ -11,7 +11,7 @@ extern "C" {
#define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 42
#define PD_BUGFIX_VERSION 5
#define PD_TEST_VERSION "extended-l2ork-2010121
5
"
#define PD_TEST_VERSION "extended-l2ork-2010121
6
"
/* old name for "MSW" flag -- we have to take it for the sake of many old
"nmakefiles" for externs, which will define NT and not MSW */
...
...
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