From 1fe20ae7d2166cc6970bf3c8d5139ffe4fc6aa7e Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 21 Aug 2019 16:21:00 +0300 Subject: [PATCH] Fixed glitch with line numbers --- Crypto Notepad/MainForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Crypto Notepad/MainForm.Designer.cs b/Crypto Notepad/MainForm.Designer.cs index 99b03fd..42f7a87 100644 --- a/Crypto Notepad/MainForm.Designer.cs +++ b/Crypto Notepad/MainForm.Designer.cs @@ -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); //