From 44563d9ea87ee39b310c3b80932a9cab1192bf5d Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sat, 25 Jul 2015 22:44:15 -0400
Subject: [PATCH] add bug about hardcoded msg-box bordercolor when editing the
 box contents

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

diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt
index e47769ca5..60d75bd20 100644
--- a/pd/nw/todo.txt
+++ b/pd/nw/todo.txt
@@ -225,6 +225,8 @@ Everything else: (A [x] means we've fixed it)
     of the screen. Can't think of anything except maybe a bug in nw.js Window.x?
 [ ] work on resizing dialog windows to the document content (currently some do, some don't)
 [ ] add Mac support by changing evt.ctrlKey to evt.ctrlKey||evt.metaKey
+[ ] when editing message box contents, the background svg image is hardcoded with a border color of blue.
+    look into using mask-image in order to make this background color theme-able
 
 Crashers
 --------
-- 
GitLab