I've created numerous custom steps in TestStand. None of them will update the description after I use the edit substep and change some of that steps properties. As an example, I have the following step description...
str(Step.Channel.DeviceName)
After I use the edit substep, which changes step.Channel.DeviceName, the description does not update. However, if I then open the properties menu for that item and either select "OK" of "Cancel" to leave the property window, it then updates to the correct values. Placing down a new step will also force the description to update. While this is not functionally causing any problems, it would be nice if the descriptions updated immediatly.