B2021-003: Incoming transitions: random Enable/disable of ‘Convert Selected Text’ button & crashing

This commit is contained in:
2021-01-18 17:05:08 +00:00
parent 8ddf84e0bc
commit f79ff651a5
2 changed files with 32 additions and 14 deletions

View File

@@ -1335,6 +1335,7 @@ namespace Volian.Controls.Library
this.lbSrchResultsIncTrans.SelectedIndexChanged += new System.EventHandler(this.lbSrchResults_SelectedValueChanged);
this.lbSrchResultsIncTrans.ItemClick += new System.EventHandler(this.lbSrchResultsIncTrans_ItemClicked);
this.lbSrchResultsIncTrans.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lbSrchResults_MouseMove);
this.lbSrchResultsIncTrans.ItemCheck += this.lbSrchResultsIncTrans_ItemChecked;
//
// panSearchButtons
//
@@ -1687,9 +1688,9 @@ namespace Volian.Controls.Library
}
#endregion
#endregion
private DevComponents.DotNetBar.TabControl tabSearchTypes;
private DevComponents.DotNetBar.TabControl tabSearchTypes;
private DevComponents.DotNetBar.TabControlPanel tabControlPanel2;
private DevComponents.DotNetBar.TabControlPanel tabControlPanel5;
private DevComponents.DotNetBar.TabItem tabROSearch;