This commit is contained in:
@@ -800,9 +800,9 @@ namespace Volian.Controls.Library
|
||||
_OpenDocFromSearch = true;
|
||||
DisplayTabItem dti = _TabControl.OpenItem(_ItemInfo); // open the corresponding procedure text
|
||||
if (dti.MyDSOTabPanel != null)
|
||||
dti.MyDSOTabPanel.SearchString = _strSrchText; // this.cbxTextSearchText.Text;
|
||||
dti.MyDSOTabPanel.SearchString = _strSrchText == null || _strSrchText == "" ? this.cbxTextSearchText.Text : _strSrchText;
|
||||
if (dti.MyStepTabPanel != null)
|
||||
dti.MyStepTabPanel.SearchString = _strSrchText; // this.cbxTextSearchText.Text;
|
||||
dti.MyStepTabPanel.SearchString = _strSrchText == null || _strSrchText == "" ? this.cbxTextSearchText.Text : _strSrchText;
|
||||
_OpenDocFromSearch = false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user