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
f13b55b2
Commit
f13b55b2
authored
Nov 30, 2011
by
Ivica Bukvic
Browse files
Enable edit as soon as canvas properties window is brought up. Version bump in m_pd.h
parent
1c556bac
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/g_editor.c
View file @
f13b55b2
...
...
@@ -2058,8 +2058,11 @@ static void canvas_done_popup(t_canvas *x, t_float which, t_float xpos, t_float
canvas_doarrange
(
x
,
which
,
oldy
,
oldy_prev
,
oldy_next
);
}
if
(
which
==
0
)
if
(
which
==
0
)
{
if
(
!
x
->
gl_edit
)
canvas_editmode
(
x
,
1
);
canvas_properties
(
x
);
}
else
if
(
which
==
2
)
open_via_helppath
(
"intro.pd"
,
canvas_getdir
((
t_canvas
*
)
x
)
->
s_name
);
}
...
...
src/m_pd.h
View file @
f13b55b2
...
...
@@ -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-201111
22
"
#define PD_TEST_VERSION "extended-l2ork-201111
30
"
/* 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