From: HOSOKAWA Kenchi Date: Mon, 19 Jul 2010 03:38:47 +0000 (+0900) Subject: 123 X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=99c03ee4e4cbc54d1123910016705c7657c4a9cc;p=psychlops%2Fsilverlight.git 123 --- 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));