From: jpbruyere Date: Thu, 11 Feb 2016 03:35:16 +0000 (+0100) Subject: set default value for Value as Double in NumericControl X-Git-Tag: 0.3~12 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=fbb2fc58f507cf23e140230bd467f664374e68a6;p=jp%2Fcrow.git set default value for Value as Double in NumericControl --- diff --git a/src/GraphicObjects/NumericControl.cs b/src/GraphicObjects/NumericControl.cs index 409a200f..eb01815f 100644 --- a/src/GraphicObjects/NumericControl.cs +++ b/src/GraphicObjects/NumericControl.cs @@ -72,7 +72,7 @@ namespace Crow registerForGraphicUpdate (); } } - [XmlAttributeAttribute()][DefaultValue(0)] + [XmlAttributeAttribute()][DefaultValue(0.0)] public double Value { get { return _actualValue; }