From: jpbruyere Date: Wed, 9 Sep 2015 16:35:36 +0000 (+0200) Subject: notes X-Git-Tag: 0.2~47 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=e36790a44bc8dab94b54c80a172cbac1c7b6dd9e;p=jp%2Fcrow.git notes --- diff --git a/src/GraphicObjects/GenericStack.cs b/src/GraphicObjects/GenericStack.cs index 2f9aede9..bac7d8af 100644 --- a/src/GraphicObjects/GenericStack.cs +++ b/src/GraphicObjects/GenericStack.cs @@ -50,6 +50,8 @@ namespace go #endregion #region GraphicObject Overrides + //TODO: to be coherent, those overrides should be removed + //I could maybe set size to fit dynamicaly in the direction of the stack [XmlAttributeAttribute()][DefaultValue(-1)] public override int Width { get { return base.Width; }