summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-10-02 13:09:41 +0300
committerStefan Kost <ensonic@users.sf.net>2010-10-02 13:09:41 +0300
commit8a85659cd664cead6faa7b8a74e83dbc8681b652 (patch)
treef3d4e676639c6844b503e3f4427ffd862549ef1d
parentdc474872d6c63ba4ac965671e7cbacca9f8cb709 (diff)
ui: update pad-color also later on
For some reason we see some proxy-pads earlier though pad-links before discovering them from the ghostpads. Becasue of that they got normal pad-colors.
-rw-r--r--src/ui/main-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/main-window.c b/src/ui/main-window.c
index 3924af5..efc07d4 100644
--- a/src/ui/main-window.c
+++ b/src/ui/main-window.c
@@ -462,6 +462,7 @@ refresh_layout (GstTLMainWindow *self)
g_object_set (item->ci_box,
"width", item->w,
"height", item->h,
+ "fill-color-rgba", (item->is_ghost?0x9ebedeff:0x729fcfff),
NULL);
if (item->ci_text) {
g_object_set (item->ci_text,