C2021-002: Incoming Transitions – disable Search button & C2021-003: Incoming Transitions – consistent tooltip (designer)
This commit is contained in:
@@ -202,6 +202,7 @@ namespace Volian.Controls.Library
|
||||
lbSrchResultsIncTrans.Visible = true;
|
||||
lbSrchResultsIncTrans.CheckBoxesVisible = true;
|
||||
lbSrchResultsIncTrans.AutoScroll = true;
|
||||
btnSearch.Enabled = false; // C2021 - 002: disable search button - no functionality for Incoming Transitions
|
||||
}
|
||||
else if (e.NewTab == tabROSearch)
|
||||
{
|
||||
@@ -2760,6 +2761,7 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
btnTranCvtAllToTxt.Enabled = IncTransCvtAllToTextPerm();
|
||||
btnTranCvtSelToTxt.Enabled = false;
|
||||
btnSearch.Enabled = false; // C2021 - 002: disable search button - no functionality for Incoming Transitions
|
||||
}
|
||||
public bool IncTranCvtPerm()
|
||||
{
|
||||
|
Reference in New Issue
Block a user