X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=dev4%2Fpsychlops%2Fcore%2Fgraphic%2Fcanvas.cs;fp=dev4%2Fpsychlops%2Fcore%2Fgraphic%2Fcanvas.cs;h=c46f9fbc18e078514aa01f33cee41d504bfff6bf;hb=97a97a46267462940a24f18ad5bbd0f77006dfd9;hp=be3cbae9566ffeeb6c3ee5d7a1109946b071199f;hpb=0aaced545d70ae3bd6cdd440e0ce676f6a602761;p=psychlops%2Fsilverlight.git diff --git a/dev4/psychlops/core/graphic/canvas.cs b/dev4/psychlops/core/graphic/canvas.cs index be3cbae..c46f9fb 100644 --- a/dev4/psychlops/core/graphic/canvas.cs +++ b/dev4/psychlops/core/graphic/canvas.cs @@ -10,7 +10,7 @@ using System.Windows.Shapes; using System.Windows.Browser; using System.Collections.Generic; - + namespace Psychlops @@ -237,7 +237,7 @@ namespace Psychlops Psychlops.Internal.Main.widgetStack.Orientation = Orientation.Vertical; Psychlops.Internal.Main.widgetStack.Height = hei; api_canvas.Children.Add(Psychlops.Internal.Main.widgetStack); - + Internal.Main.statusBar.Visibility = Visibility.Collapsed; UIElementPool = new System.Windows.Controls.Canvas[CONST.MAX_OBJ_N];