This commit is contained in:
@@ -2750,6 +2750,7 @@ namespace Volian.Controls.Library
|
||||
itm.Save();
|
||||
Rtf = Rtf.Replace(string.Format("<CROUSGID={0}>", oldid), rousg.ROUsageID.ToString());
|
||||
itm.Save();
|
||||
MyItemInfo.MyContent.RefreshContentRoUsages();
|
||||
}
|
||||
}
|
||||
Match mt = Regex.Match(Rtf, "Transition.*:.* <NewID>");
|
||||
@@ -2804,6 +2805,7 @@ namespace Volian.Controls.Library
|
||||
itm.Save();
|
||||
Rtf = Rtf.Replace(string.Format("<CTID={0}>", oldidt), ct.TransitionID.ToString());
|
||||
itm.Save();
|
||||
MyItemInfo.MyContent.RefreshContentTransitions();
|
||||
}
|
||||
|
||||
if (dispose2) itm2.Dispose();
|
||||
|
Reference in New Issue
Block a user