Skip to content

Commit

Permalink
Merge pull request #200 from Hgnim/develop
Browse files Browse the repository at this point in the history
Fixed the error where 'PoisonTextBox.ContextMenuStrip' attribute cannot be used properly
  • Loading branch information
Taiizor authored Jan 30, 2025
2 parents a3c0a62 + 8d4a250 commit 1dfde00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ReaLTaiizor/Controls/TextBox/PoisonTextBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ public override ContextMenuStrip ContextMenuStrip
get => baseTextBox.ContextMenuStrip;
set
{
ContextMenuStrip = value;
baseTextBox.ContextMenuStrip = value;
}
}
Expand Down

0 comments on commit 1dfde00

Please sign in to comment.