diff tools/rect_drawer.py @ 213:20998c650ce1

Fixed rect_drawer tool and adjusted JIM message background.
author Jeremy Thurgood <firxen@gmail.com>
date Thu, 26 Aug 2010 19:34:16 +0200
parents 7bedca2376f5
children 2510e0b0e901
line wrap: on
line diff
--- a/tools/rect_drawer.py	Thu Aug 26 19:33:23 2010 +0200
+++ b/tools/rect_drawer.py	Thu Aug 26 19:34:16 2010 +0200
@@ -108,6 +108,7 @@
     def _make_dict(self):
         d = {}
         for col, rect in self.rects:
+            col = (col.r, col.g, col.b)
             d.setdefault(col, [])
             d[col].append(rect)
         return d