Fixed glitch with line numbers

This commit is contained in:
Alexander 2019-08-21 16:21:00 +03:00
parent 439e8c166f
commit 1fe20ae7d2

View file

@ -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);
//