icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 772 forks source link

Version 5.1 forgets negative sign in numericalUpDown #763

Open antondie opened 8 years ago

antondie commented 8 years ago

Setting a negative Minimum on a numericalUpDown element in the properties of the designer is accepted, but the sign disappears when the design is re-loaded. This was working fine in the 4.4 version, but appeared after I upgraded to the latest 5.1 version. To overcome the issue I need to set the property in code when opening the form.

christophwille commented 8 years ago

designer - which one? Windows Forms or WPF?

antondie commented 8 years ago

I am using the Windows Form designer.

On 06/02/2016 10:55 AM, Christoph Wille wrote:

designer - which one? Windows Forms or WPF?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/icsharpcode/SharpDevelop/issues/763#issuecomment-223233916, or mute the thread https://github.com/notifications/unsubscribe/AR4AsTNnYf6hhO24mn5MkglRNH7nkbcFks5qHpqPgaJpZM4IsUM5.

stefanofraccaro commented 8 years ago

I think that it's the same problem as http://community.sharpdevelop.net/forums/p/22015/56365.aspx#56365