mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Fixed glitch with line numbers
This commit is contained in:
parent
439e8c166f
commit
1fe20ae7d2
1 changed files with 1 additions and 0 deletions
1
Crypto Notepad/MainForm.Designer.cs
generated
1
Crypto Notepad/MainForm.Designer.cs
generated
|
|
@ -853,6 +853,7 @@ public void InitializeComponent()
|
|||
this.CustomRTB.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.СustomRTB_LinkClicked);
|
||||
this.CustomRTB.SelectionChanged += new System.EventHandler(this.CustomRTB_SelectionChanged);
|
||||
this.CustomRTB.Click += new System.EventHandler(this.CustomRTB_Click);
|
||||
this.CustomRTB.TextChanged += new System.EventHandler(this.CustomRTB_TextChanged);
|
||||
this.CustomRTB.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CustomRTB_KeyDown);
|
||||
this.CustomRTB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.CustomRTB_KeyUp);
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue