Skip to content

Commit 1dfde00

Browse files
authored
Merge pull request #200 from Hgnim/develop
Fixed the error where 'PoisonTextBox.ContextMenuStrip' attribute cannot be used properly
2 parents a3c0a62 + 8d4a250 commit 1dfde00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ReaLTaiizor/Controls/TextBox/PoisonTextBox.cs

-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ public override ContextMenuStrip ContextMenuStrip
335335
get => baseTextBox.ContextMenuStrip;
336336
set
337337
{
338-
ContextMenuStrip = value;
339338
baseTextBox.ContextMenuStrip = value;
340339
}
341340
}

0 commit comments

Comments
 (0)