Replaced Columns property with ColumnMode
Reset parts on close
This commit is contained in:
@@ -15,7 +15,12 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
//if (_DisplayRTB != null) _DisplayRTB.SaveText();
|
||||
SelectedStepRTB = null; // Save Changes
|
||||
foreach (StepItem stepItem in _LookupStepItems.Values)
|
||||
{
|
||||
stepItem.MyItemInfo.ResetParts();
|
||||
stepItem.MyItemInfo.MyContent.RefreshContentParts();
|
||||
}
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
|
Reference in New Issue
Block a user