[OE-core] [PATCH 06/14] pybootchartgui: Avoid having overlapping process bars

Peter Kjellerstedt peter.kjellerstedt at axis.com
Fri Nov 15 17:08:55 UTC 2013


Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
---
 scripts/pybootchartgui/pybootchartgui/draw.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py b/scripts/pybootchartgui/pybootchartgui/draw.py
index b1ad6e6..6b15d64 100644
--- a/scripts/pybootchartgui/pybootchartgui/draw.py
+++ b/scripts/pybootchartgui/pybootchartgui/draw.py
@@ -432,9 +432,9 @@ def render_processes_chart(ctx, options, trace, curr_y, w, h, sec_w):
                 elif task == "do_populate_sysroot":
                     col = TASK_COLOR_SYSROOT
 
-                draw_rect(ctx, PROC_BORDER_COLOR, (x, y, w, proc_h))
                 if col:
                     draw_fill_rect(ctx, col, (x, y, w, proc_h))
+                draw_rect(ctx, PROC_BORDER_COLOR, (x, y, w, proc_h))
 
                 draw_label_in_box(ctx, PROC_TEXT_COLOR, val, x, y + proc_h - 4, w, proc_h)
                 y = y + proc_h
-- 
1.8.4




More information about the Openembedded-core mailing list