This commit is contained in:
parent
31d54646f2
commit
1f3a60bc8f
@ -914,6 +914,13 @@ namespace VEPROMS
|
||||
infotabTags.Visible = true;
|
||||
//vlnStackTrace.ShowStack("enter tc_ItemSelectedChanged {0}", _CurrentItem);
|
||||
}
|
||||
else if (args.MyStepItem.MyItemInfo.IsSection || args.MyStepItem.MyItemInfo.IsProcedure)
|
||||
{
|
||||
// if the current item is a section or procedure, user cannot
|
||||
// insert a transition or ro:
|
||||
infotabTransition.Visible = false;
|
||||
infotabRO.Visible = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
//vlnStackTrace.ShowStack("enter tc_ItemSelectedChanged {0}", _CurrentItem);
|
||||
|
Loading…
x
Reference in New Issue
Block a user