mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Some dirty hack 😳
This commit is contained in:
parent
ac7706da33
commit
eaf50f7efd
1 changed files with 6 additions and 0 deletions
|
|
@ -686,6 +686,12 @@ private void MainWindow_Activated(object sender, EventArgs e)
|
||||||
customRTB.ForeColor = ps.RichForeColor;
|
customRTB.ForeColor = ps.RichForeColor;
|
||||||
customRTB.BackColor = ps.RichBackColor;
|
customRTB.BackColor = ps.RichBackColor;
|
||||||
|
|
||||||
|
/*workaround, unhighlight URLs fix*/
|
||||||
|
SendKeys.Send("^(z)");
|
||||||
|
SendKeys.Send("^(z)");
|
||||||
|
SendKeys.Send("{right}");
|
||||||
|
/*workaround, unhighlight URLs fix*/
|
||||||
|
|
||||||
if (ps.ShowToolbar == false && panel2.Visible == true)
|
if (ps.ShowToolbar == false && panel2.Visible == true)
|
||||||
{
|
{
|
||||||
panel2.Visible = false;
|
panel2.Visible = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue