mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Fixed bug with editor background color
This commit is contained in:
parent
271a38f87c
commit
1e56050a8d
1 changed files with 1 additions and 0 deletions
|
|
@ -624,6 +624,7 @@ private void MainWindow_Activated(object sender, EventArgs e)
|
||||||
customRTB.Font = new Font(ps.RichTextFont, ps.RichTextSize);
|
customRTB.Font = new Font(ps.RichTextFont, ps.RichTextSize);
|
||||||
customRTB.ForeColor = ps.RichForeColor;
|
customRTB.ForeColor = ps.RichForeColor;
|
||||||
customRTB.BackColor = ps.RichBackColor;
|
customRTB.BackColor = ps.RichBackColor;
|
||||||
|
this.BackColor = ps.RichBackColor;
|
||||||
|
|
||||||
/*workaround, unhighlight URLs fix*/
|
/*workaround, unhighlight URLs fix*/
|
||||||
customRTB.DetectUrls = false;
|
customRTB.DetectUrls = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue