This commit is contained in:
@@ -974,6 +974,7 @@ namespace VEPROMS
|
||||
private void tc_StepPanelModeChange(object sender, StepRTBModeChangeEventArgs args)
|
||||
{
|
||||
this.lblEditView.Text = args.ViewMode == E_ViewMode.Edit ? "Edit" : "View";
|
||||
this.dlgFindReplace.ToggleReplaceTab(args.ViewMode);
|
||||
}
|
||||
private ItemInfo _CurrentItem = null;
|
||||
private StepRTB _LastStepRTB = null;
|
||||
|
Reference in New Issue
Block a user