mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Removed unused code
This commit is contained in:
parent
9dd75fa5c2
commit
5d69c697e2
1 changed files with 0 additions and 2 deletions
|
|
@ -1172,13 +1172,11 @@ private void FindToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
SearchPanel.Visible = false;
|
SearchPanel.Visible = false;
|
||||||
RichTextBox.Focus();
|
RichTextBox.Focus();
|
||||||
RichTextBox.DeselectAll();
|
RichTextBox.DeselectAll();
|
||||||
LineNumbers_For_RichTextBox.Height = 1;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
SearchPanel.Visible = true;
|
SearchPanel.Visible = true;
|
||||||
SearchTextBox.Focus();
|
SearchTextBox.Focus();
|
||||||
LineNumbers_For_RichTextBox.Width = 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue