We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4084e3 commit 966985eCopy full SHA for 966985e
1 file changed
NeeView/Setting/SettingItem.cs
@@ -719,7 +719,7 @@ public SettingItemFileAssociation() : base(null)
719
720
protected override UIElement CreateContentInner()
721
{
722
- return _control ??= new SettingItemFileAssociationControl();
+ return _control = new SettingItemFileAssociationControl();
723
}
724
725
public override void InitializeValue()
0 commit comments