[anjuta] class-inheritance: Always draw edges below anything else.



commit 60e556c47a8035a28bbde69c9064128b6d550441
Author: Naba Kumar <naba gnome org>
Date:   Sat May 8 14:24:21 2010 +0300

    class-inheritance: Always draw edges below anything else.

 plugins/class-inheritance/class-inherit.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/class-inheritance/class-inherit.c b/plugins/class-inheritance/class-inherit.c
index 06bd9e7..5df176b 100644
--- a/plugins/class-inheritance/class-inherit.c
+++ b/plugins/class-inheritance/class-inherit.c
@@ -857,6 +857,7 @@ cls_node_draw_edge (ClsNode *cls_node_to, ClsNodeEdge *cls_edge, ClsNode *cls_no
 			                     "width_units", 2.0,
 			                     "points", points,
 			                     NULL);
+		foo_canvas_item_lower_to_bottom (cls_edge->canvas_line);
 	}
 	foo_canvas_points_unref (points);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]