From 022f1a3c7be6d17e9f7df3545b866d22c822c50f Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sat, 25 Jul 2015 22:41:54 -0400
Subject: [PATCH] change msg box border to blue when editing. Unfortunately
 this is hardcoded (need to look into perhaps using a mask to make it
 theme-able)

---
 pd/nw/msg-box-flag.svg | 2 +-
 pd/nw/msg-box.svg      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pd/nw/msg-box-flag.svg b/pd/nw/msg-box-flag.svg
index 50c4d17ed..e147ed2f5 100644
--- a/pd/nw/msg-box-flag.svg
+++ b/pd/nw/msg-box-flag.svg
@@ -8,5 +8,5 @@
    preserveAspectRatio="none"
 >
 
-<polyline vector-effect="non-scaling-stroke" fill="none" stroke="black" stroke-width="1" points="0 0 10 0 0 2 0 8 10 10 0 10"></polyline>
+<polyline vector-effect="non-scaling-stroke" fill="none" stroke="blue" stroke-width="1" points="0 0 10 0 0 2 0 8 10 10 0 10"></polyline>
 </svg>
diff --git a/pd/nw/msg-box.svg b/pd/nw/msg-box.svg
index 0bfdddbd0..177419723 100644
--- a/pd/nw/msg-box.svg
+++ b/pd/nw/msg-box.svg
@@ -8,5 +8,5 @@
    preserveAspectRatio="none"
 >
 
-<polyline vector-effect="non-scaling-stroke" fill="none" stroke="black" stroke-width="1" points="10 0 0 0 0 10 10 10"></polyline>
+<polyline vector-effect="non-scaling-stroke" fill="none" stroke="blue" stroke-width="1" points="10 0 0 0 0 10 10 10"></polyline>
 </svg>
-- 
GitLab