From d3d4d2f80dc2dae28c8ccbc62f4bde9ce899341e Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 26 Feb 2016 23:49:43 -0500
Subject: [PATCH] update todo

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

diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt
index d229c60f7..c4ad4dd3f 100644
--- a/pd/nw/todo.txt
+++ b/pd/nw/todo.txt
@@ -54,8 +54,6 @@ Everything else: (A [x] means we've fixed it)
     of layouts.
 [ ] fix bug where utf_8 snowmen in an object box can cause a buffer overflow
     in the lib loading routine
-[ ] Fix layout on dialogs so that height/width of the document doesn't
-    reflow when the window gets resized
 [ ] Figure out what pdtk_ping does
 [ ] don't implement tooltips until we have a single call to create an object
     plus all xlets. That way we can add an arg or two for the name and dir
@@ -63,6 +61,8 @@ 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.
+[x] Fix layout on dialogs so that height/width of the document doesn't
+    reflow when the window gets resized
 [x] figure out difference between deb install location /usr
     vs tarball /usr/local
 [x] some menuitem shortcuts don't pass their events on to the dom, while
-- 
GitLab