Skip to content

Commit a821e51

Browse files
committed
Minor OutputPanel search fix...
1 parent 4603e50 commit a821e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

External/Plugins/OutputPanel/PluginUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ private void ClearButtonClick(Object sender, EventArgs e)
549549
{
550550
this.findTextBox.Text = "";
551551
this.ClearCurrentSelection();
552-
this.FindTextBoxLeave(null, null);
552+
this.findTextBox.Focus();
553553
}
554554

555555
/// <summary>

0 commit comments

Comments
 (0)