Revert "Fixed broken argument list autocomplete"

This commit is contained in:
Jaex 2022-07-24 15:58:51 +03:00 committed by GitHub
parent d8ee6fc93d
commit d34c513fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -499,7 +499,7 @@ private void InitializeComponent()
// cArgumentsValue
//
this.cArgumentsValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.cArgumentsValue.DefaultCellStyle = dataGridViewCellStyle6;
resources.ApplyResources(this.cArgumentsValue, "cArgumentsValue");
this.cArgumentsValue.Name = "cArgumentsValue";