mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Fixed bug with the search panel
Fixed bug: when you open a new file with the opened search panel, all the text becomes highlighted.
This commit is contained in:
parent
b77fe02a0f
commit
74a35540c3
1 changed files with 4 additions and 1 deletions
|
|
@ -75,7 +75,10 @@ void DecryptAES()
|
|||
return;
|
||||
}
|
||||
publicVar.okPressed = false;
|
||||
|
||||
if (panel1.Visible == true)
|
||||
{
|
||||
findToolStripMenuItem2_Click(this, new EventArgs());
|
||||
}
|
||||
try
|
||||
{
|
||||
string opnfile = File.ReadAllText(OpenFile.FileName);
|
||||
|
|
|
|||
Loading…
Reference in a new issue