Fixed bug with editor background color

This commit is contained in:
Alexander 2018-12-07 14:03:22 +02:00
parent 271a38f87c
commit 1e56050a8d

View file

@ -624,6 +624,7 @@ private void MainWindow_Activated(object sender, EventArgs e)
customRTB.Font = new Font(ps.RichTextFont, ps.RichTextSize);
customRTB.ForeColor = ps.RichForeColor;
customRTB.BackColor = ps.RichBackColor;
this.BackColor = ps.RichBackColor;
/*workaround, unhighlight URLs fix*/
customRTB.DetectUrls = false;