Some dirty hack 😳

This commit is contained in:
Sigmanor 2017-02-05 22:48:16 +02:00
parent ac7706da33
commit eaf50f7efd

View file

@ -686,6 +686,12 @@ private void MainWindow_Activated(object sender, EventArgs e)
customRTB.ForeColor = ps.RichForeColor;
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)
{
panel2.Visible = false;