From 20c71cb44a6f7500e64a8e9e394e9e1b372aa46d Mon Sep 17 00:00:00 2001
From: Sebastian Koslowski <koslowski@kit.edu>
Date: Fri, 12 Dec 2014 17:27:42 +0100
Subject: grc: add domain property color and use it for connections

---
 grc/gui/Element.py | 1 +
 1 file changed, 1 insertion(+)

(limited to 'grc/gui/Element.py')

diff --git a/grc/gui/Element.py b/grc/gui/Element.py
index 67e8e10916..18fb321929 100644
--- a/grc/gui/Element.py
+++ b/grc/gui/Element.py
@@ -106,6 +106,7 @@ class Element(object):
             window.draw_rectangle(gc, False, aX, aY, W, H)
         for (x1, y1), (x2, y2) in self._lines_list:
             gc.set_foreground(border_color)
+            gc.set_background(bg_color)
             window.draw_line(gc, X+x1, Y+y1, X+x2, Y+y2)
 
     def rotate(self, rotation):
-- 
cgit v1.2.3