diff --git a/Mutagen.Bethesda.WPF/Plugins/AFormKeyPicker.cs b/Mutagen.Bethesda.WPF/Plugins/AFormKeyPicker.cs index b4682557b8..145dd89484 100644 --- a/Mutagen.Bethesda.WPF/Plugins/AFormKeyPicker.cs +++ b/Mutagen.Bethesda.WPF/Plugins/AFormKeyPicker.cs @@ -97,7 +97,7 @@ public bool MissingMeansNull get => (bool)GetValue(MissingMeansNullProperty); set => SetValue(MissingMeansNullProperty, value); } - public static readonly DependencyProperty MissingMeansNullProperty = DependencyProperty.Register(nameof(MissingMeansNull), typeof(bool?), typeof(AFormKeyPicker), + public static readonly DependencyProperty MissingMeansNullProperty = DependencyProperty.Register(nameof(MissingMeansNull), typeof(bool), typeof(AFormKeyPicker), new FrameworkPropertyMetadata(default(bool))); public StatusIndicatorState Status