Skip to content

Commit 2e36226

Browse files
committed
Set View.Search binding to an empty string in CreatorWindowController.Init
1 parent 2424c9b commit 2e36226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NWN.Toolbox/src/Features/ToolWindows/ObjectTools/CreatorWindowController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public sealed class CreatorWindowController : WindowController<CreatorWindowView
2424

2525
public override void Init()
2626
{
27+
Token.SetBindValue(View.Search, string.Empty);
2728
Token.SetBindValue(View.BlueprintType, (int)BlueprintObjectType.Creature);
2829
Token.SetBindValue(View.CreateButtonEnabled, false);
2930
RefreshCreatorList();

0 commit comments

Comments
 (0)