This commit is contained in:
Kathy Ruffing 2008-03-28 13:50:03 +00:00
parent c0511c990d
commit 06319605f2

View File

@ -1223,6 +1223,9 @@ namespace VEPROMS
{
infoPanel.Expanded = true;
infoTabs.SelectedTab = infotabTransition;
StepTabPanel dtp = ((DisplayTabItem)tc.SelectedDisplayTabItem).MyStepTabPanel;
if (dtp == null) return;
displayTransition.MyRTB = dtp.MyStepPanel.SelectedStepItem.MyStepRTB;
displayTransition.CurTrans = args.MyTransitionInfo;
}