Skip to content

Commit

Permalink
Fix to update search bar in singer window
Browse files Browse the repository at this point in the history
  • Loading branch information
maiko3tattun committed Nov 14, 2023
1 parent 380ec6a commit 615e928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenUtau/ViewModels/SingersViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ void AttachSinger() {
LoadSubbanks();
DocManager.Inst.ExecuteCmd(new OtoChangedNotification());
this.RaisePropertyChanged(nameof(IsClassic));
this.RaisePropertyChanged(nameof(UseSearchAlias));
}
});
this.WhenAnyValue(vm => vm.SearchAlias)
Expand Down

0 comments on commit 615e928

Please sign in to comment.