]> O.S.I.I.S - jp/crow.git/commitdiff
xmlignore LayoutingTries
authorjpbruyere <jp.bruyere@hotmail.com>
Sat, 27 Feb 2016 10:42:02 +0000 (11:42 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Sat, 27 Feb 2016 10:42:02 +0000 (11:42 +0100)
src/GraphicObjects/GraphicObject.cs

index da753b5bef817c2fc2d04d29f3cafe0dcde5d825..503a250ba4ef3ff372a38aa544ee06c7be1636b2 100644 (file)
@@ -649,7 +649,7 @@ namespace Crow
                }
 
                #region Layouting
-               public int LayoutingTries {
+               [XmlIgnore]public int LayoutingTries {
                        get { return layoutingTries; }
                        set { layoutingTries = value; }
                }