From b7483ba5ed571fa7ede4d50cb2171d9cbd52def3 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sat, 30 Jan 2016 21:05:34 -0500
Subject: [PATCH] update todo

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

diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt
index fd05f4f5a..0013ef79f 100644
--- a/pd/nw/todo.txt
+++ b/pd/nw/todo.txt
@@ -77,9 +77,10 @@ Everything else: (A [x] means we've fixed it)
 [ ] looks like nwworkingdir isn't working for open/save dialogs atm
 [x] text_set doesn't work when a numbox is first created (but works otherwise)
 [x] clean up nw_create_window (doesn't need so many parameters)
-[ ] make it possible to have the inner cells of hradio change color with the
+[x] make it possible to have the inner cells of hradio change color with the
     selection, as the border currently does.  Tk just uses the non-hierarchical
     tags and appends the word "BASE".  (Maybe use an inner <g> to do this.)
+    Note: this doesn't seem like a big deal.
 [ ] implement the crappy iemgui color dialog presets
 [ ] use underscores for iemgui dialog element names
 [ ] change all the gui color char[MAXPDSTRING] junk to simple int, and do the
-- 
GitLab