This commit is contained in:
@@ -16,10 +16,10 @@ namespace Volian.Controls.Library
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
SelectedStepRTB = null; // Save Changes
|
||||
foreach (StepItem stepItem in _LookupStepItems.Values)
|
||||
foreach (RTBItem RTBItem in _LookupRTBItems.Values)
|
||||
{
|
||||
stepItem.MyItemInfo.ResetParts();
|
||||
stepItem.MyItemInfo.MyContent.RefreshContentParts();
|
||||
RTBItem.MyItemInfo.ResetParts();
|
||||
RTBItem.MyItemInfo.MyContent.RefreshContentParts();
|
||||
}
|
||||
components.Dispose();
|
||||
}
|
||||
|
Reference in New Issue
Block a user