This commit is contained in:
parent
c0511c990d
commit
06319605f2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user