From 4b5df822c03af76441b4702ee276dfc0b86f95da Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 6 Nov 2015 17:36:30 -0500
Subject: [PATCH] add description of the insidious viewport bug to todo

---
 pd/nw/todo.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt
index a44949a52..ee3f75e8f 100644
--- a/pd/nw/todo.txt
+++ b/pd/nw/todo.txt
@@ -321,6 +321,10 @@ Everything else: (A [x] means we've fixed it)
 [ ] make scalars dig inside abstractions when they search the templatecanvas
     for drawing commands.  This will make it possible to build abstraction
     libraries for ds-gui widgets.
+[ ] getscroll_var assumes we're only loading a single patch at a time, but
+    that isn't true. Thus if we open many patches at a time, the getscroll
+    call for the most recent window will cancel the old one, leaving the 
+    older window with the wrong viewport.
 
 Crashers
 --------
-- 
GitLab