Skip to content

Commit

Permalink
Fix glitch in TagsBox watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
ichthus1604 authored and wieslawsoltes committed Apr 10, 2024
1 parent 7718e80 commit 9b1323c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WalletWasabi.Fluent/Controls/TagsBox.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ protected override void OnApplyTemplate(TemplateAppliedEventArgs e)
{
_presenter.Loaded += PresenterOnLoaded;
}

InvalidateWatermark();
}

private void PresenterOnLoaded(object? sender, RoutedEventArgs e)
Expand Down

0 comments on commit 9b1323c

Please sign in to comment.