Skip to content

Commit 966985e

Browse files
committed
fix: 設定の「エクスプローラー」ページが表示されないことがある不具合修正 (#1875)
1 parent d4084e3 commit 966985e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NeeView/Setting/SettingItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ public SettingItemFileAssociation() : base(null)
719719

720720
protected override UIElement CreateContentInner()
721721
{
722-
return _control ??= new SettingItemFileAssociationControl();
722+
return _control = new SettingItemFileAssociationControl();
723723
}
724724

725725
public override void InitializeValue()

0 commit comments

Comments
 (0)