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
Jonathan Wilkes
purr-data
Commits
db6867fc
Commit
db6867fc
authored
Sep 09, 2014
by
Ivica Bukvic
Browse files
*magicglass should turn off every time edit mode is disabled...
*updated TODO
parent
3c340583
Changes
2
Hide whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
db6867fc
...
...
@@ -4940,6 +4940,13 @@ void canvas_key(t_canvas *x, t_symbol *s, int ac, t_atom *av)
canvas_setcursor
(
x
,
down
?
CURSOR_RUNMODE_NOTHING
:
CURSOR_EDITMODE_NOTHING
);
sys_vgui
(
"pdtk_canvas_editval .x%lx %d
\n
"
,
(
t_int
)
x
,
down
?
0
:
1
);
if
(
x
->
gl_editor
&&
x
->
gl_editor
->
gl_magic_glass
)
{
if
(
down
)
{
magicGlass_hide
(
x
->
gl_editor
->
gl_magic_glass
);
}
}
}
}
//fprintf(stderr," %d %d %d %s %d %d\n",
...
...
pd/src/pd-l2ork-TODO.txt
View file @
db6867fc
C:
*messages should be aware of $0?
*g_mycanvas does not resize its select area when the mycanvas size is smaller than the select area
*consistency check failed: glist_findrtext when enabling gop and dragging it around?
*verbosity level for the console
*Draw SECONDARY redrect on gop scalar patchers to reflect the viewport?
...
...
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