diff --git a/src/MahApps.Metro/Controls/CustomValidationPopup.cs b/src/MahApps.Metro/Controls/CustomValidationPopup.cs index 045a7bfb4e..820487ba1a 100644 --- a/src/MahApps.Metro/Controls/CustomValidationPopup.cs +++ b/src/MahApps.Metro/Controls/CustomValidationPopup.cs @@ -153,7 +153,6 @@ private void CustomValidationPopup_Loaded(object sender, RoutedEventArgs e) this.metroContentControl = adornedElement.TryFindParent(); if (this.metroContentControl != null) { - canShow = !this.metroContentControl.TransitionsEnabled; this.metroContentControl.TransitionStarted += this.OnTransitionStarted; this.metroContentControl.TransitionCompleted += this.OnTransitionCompleted; } @@ -373,7 +372,7 @@ private void RefreshPosition() private void SetTopmostState(bool isTop) { - // Don’t apply state if it’s the same as incoming state + // DonÂ’t apply state if itÂ’s the same as incoming state if (this.appliedTopMost.HasValue && this.appliedTopMost == isTop) { return; @@ -421,4 +420,4 @@ private void SetTopmostState(bool isTop) #pragma warning restore 618 } } -} \ No newline at end of file +}