This commit is contained in:
2011-01-19 16:20:57 +00:00
parent 0830dc5323
commit 3214475301
2 changed files with 77 additions and 77 deletions

View File

@@ -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();
}