Open Tags rather than History first B2012-038
This commit is contained in:
parent
354f109163
commit
add9c5a40c
@ -1257,7 +1257,6 @@ namespace VEPROMS
|
||||
}
|
||||
else
|
||||
{
|
||||
infotabHistory.Visible = true;
|
||||
if (args.MyEditItem.MyItemInfo.IsSection || args.MyEditItem.MyItemInfo.IsProcedure)
|
||||
{
|
||||
infotabRO.Visible = infotabTransition.Visible = false;
|
||||
@ -1281,6 +1280,7 @@ namespace VEPROMS
|
||||
infotabControlPanelTags.Visible = true;
|
||||
displayTags.IsVisible = true;
|
||||
}
|
||||
infotabHistory.Visible = true;
|
||||
// When infotabTags is set to Visible, it is given focus. The next line returns focus to the StepRTB
|
||||
args.MyEditItem.SetFocus();
|
||||
displayTransition.MyRTB = args.MyEditItem.MyStepRTB;
|
||||
|
Loading…
x
Reference in New Issue
Block a user