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