mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Disabled "modified" tooltip when file is locked
This commit is contained in:
parent
fa5fefbd3f
commit
5412d089cd
1 changed files with 1 additions and 0 deletions
|
|
@ -1790,6 +1790,7 @@ private void FileLockedPanel_VisibleChanged(object sender, EventArgs e)
|
|||
richTextBox.Clear();
|
||||
StatusPanelTextInfo();
|
||||
statusPanelModifiedLabel.Text = "Modified";
|
||||
statusPanelModifiedLabel.ToolTipText = null;
|
||||
statusPanelSizeLabel.Text = "Size";
|
||||
fileLockedKeyTextBox.Focus();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue