Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Windows.Media.Animation.DoubleAnimation' cannot use default origin value of 'Infinity #2525

Closed
AndrzejKl opened this issue May 25, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@AndrzejKl
Copy link

AndrzejKl commented May 25, 2016

What steps will reproduce this issue?

Just in clean MetroWindow designer add:

   <Controls:NumericUpDown Controls:TextBoxHelper.UseFloatingWatermark="True"
                           Controls:TextBoxHelper.Watermark="test"
                           Value="40" />   

then save changes, close designer's tab and open it again, it will show that error in designer. Without UseFloatingWatermark property, error doesn't show. So delete this property, save it, reopen it and error is gone.

Expected outcome

Environment

  • MahApps.Metro v1.3.0.155
  • Windows 10
  • Visual Studio 2013 and 2015
  • .NET Framework 4.5
@punker76 punker76 added this to the 1.3.0 milestone Jun 16, 2016
@punker76 punker76 added the Bug label Jun 16, 2016
@punker76 punker76 self-assigned this Jun 16, 2016
punker76 added a commit that referenced this issue Jun 16, 2016
@punker76
Copy link
Member

@AndrzejKl fixed with 7b05d88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants