Changed UpdateTransitionText to support changes to Procedures or Sections.
Update related transition text if content is restored for Procedures or Sections. Changed code that saves changes to section and procedure titles to update related transition text.
This commit is contained in:
@@ -614,6 +614,8 @@ namespace Volian.Controls.Library
|
||||
_MyItem = null;
|
||||
OriginalText = modtext;
|
||||
}
|
||||
if (!_MyItemInfo.IsStep)
|
||||
_MyItemInfo.UpdateTransitionText();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user