From 99c03ee4e4cbc54d1123910016705c7657c4a9cc Mon Sep 17 00:00:00 2001 From: HOSOKAWA Kenchi Date: Mon, 19 Jul 2010 12:38:47 +0900 Subject: [PATCH] 123 --- dev4/psychlops/core/graphic/canvas.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev4/psychlops/core/graphic/canvas.cs b/dev4/psychlops/core/graphic/canvas.cs index 568565b..ccdf1a2 100644 --- a/dev4/psychlops/core/graphic/canvas.cs +++ b/dev4/psychlops/core/graphic/canvas.cs @@ -272,8 +272,11 @@ namespace Psychlops // if (stack.Count > 0) if (stackN > 0) { + //foreach (UIElement e in api_canvas.Children) + //{ + //} // foreach (Internal.PrimitiveFigure f in stack) - for (int i = 0; i < stackN - 2; i++ ) + for (int i = 0; i < stackN - 2; i++) { // tmp.Children.Add(f.toNative()); // tmp.Children.Add(f.poolNative(this)); -- 2.11.0