summaryrefslogtreecommitdiff
path: root/CSharp/Ivy
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
index e8ba5d8..e520742 100644
--- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
+++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
@@ -62,7 +62,9 @@ namespace IvyBus
this.Name = "IvyDomain";
this.Size = new System.Drawing.Size(159, 22);
this.ResumeLayout(false);
- this.PerformLayout();
+#if (!PocketPC)
+ this.PerformLayout();
+#endif
}