From 158dfe1e372ae72fd9c75223f8d4b2de88b49efa Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Fri, 24 Jul 2015 13:17:36 -0400 Subject: [PATCH] document bug with canvas screen position when patch is placed to the far right of screen --- pd/nw/todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt index 53540507c..1a71c3de2 100644 --- a/pd/nw/todo.txt +++ b/pd/nw/todo.txt @@ -219,6 +219,8 @@ Everything else: (A [x] means we've fixed it) [ ] autopatch creates a new box, but if you try to instantiate the empty box you have to click twice to get it to leave text entry mode [ ] look into pasting only text inside text entry +[ ] canvas_check_geometry doesn't seem to do the right thing for canvases that are far to the right + of the screen. Can't think of anything except maybe a bug in nw.js Window.x? Crashers -------- -- GitLab