Added code to adjust order of refreshing transitions when deleting item that is part of a transition
B2014-096 fixed
This commit is contained in:
parent
d3e5f7321c
commit
a833185d58
@ -1130,7 +1130,10 @@ namespace VEPROMS.CSLA.Library
|
|||||||
nextItem.RefreshItemParts();
|
nextItem.RefreshItemParts();
|
||||||
//nextItem.ResetOrdinal(); - UpdateTransitionText calls ResetOrdinal
|
//nextItem.ResetOrdinal(); - UpdateTransitionText calls ResetOrdinal
|
||||||
//_MyTimer.ActiveProcess = "UpdateTransitionText";
|
//_MyTimer.ActiveProcess = "UpdateTransitionText";
|
||||||
nextItem.UpdateTransitionText();
|
if(prevItem != null)
|
||||||
|
prevItem.UpdateTransitionText();
|
||||||
|
else
|
||||||
|
nextItem.UpdateTransitionText();
|
||||||
}
|
}
|
||||||
else if (prevItem != null)
|
else if (prevItem != null)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user