Changed the “Search RO Text” checkbox label to “Search RO and Transition Text” (B2016-110)
Fixed null reference issues when adding/deleting Figures off of Figures (B2016 -111) Added a public method that will set the cursor focus to the Find Text box when Find/Replace is first started (B2016-107) When a new Figure substep is added, the Step Properties Panel is automatically opened with the RO tab selected. Changed the RO button in Step Structure grouping of the Insert tab to read “RO Figure”.
This commit is contained in:
@@ -127,6 +127,11 @@ namespace Volian.Controls.Library
|
||||
// cmboFindText.Focus();
|
||||
//}
|
||||
|
||||
// bug fix: B2016-107, when Find/Replace is initially opened, set the cursor focus to the Find Text box (called from frmVEPROMS.cs)
|
||||
public void SetFocusToTextBox()
|
||||
{
|
||||
cmboFindText.Focus();
|
||||
}
|
||||
|
||||
private void btnReplace_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user