Skip to content

Commit

Permalink
Remove redundant font allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Sep 3, 2024
1 parent e79d2a0 commit 3fe873b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Bonsai.NuGet.Design/PackageView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@ public PackageView()
set => base.DrawMode = value;
}

public override Font Font
{
get { return base.Font; }
set
{
base.Font = value;
boldFont = new Font(value, FontStyle.Bold);
}
}

[Category("Action")]
public event PackageViewEventHandler OperationClick
{
Expand Down

0 comments on commit 3fe873b

Please sign in to comment.