B2021-003: Incoming transitions: random Enable/disable of ‘Convert Selected Text’ button & crashing
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user