This commit is contained in:
parent
3ef5518f94
commit
e0e54c3e44
@ -265,6 +265,7 @@ namespace Volian.Controls.Library
|
||||
_InitializingRTB = false;
|
||||
_MyItemInfo.MyConfig.PropertyChanged += new PropertyChangedEventHandler(MyConfig_PropertyChanged);
|
||||
AdjustSizeForContents(!edit); // TODO: this is not quite right yet.
|
||||
if (MyStepItem != null) MyStepItem.ChangeBar = MyStepItem.MyItemInfo.HasChangeBar();
|
||||
}
|
||||
private bool _ProcessKeystrokes = true;
|
||||
public bool ProcessKeystrokes
|
||||
|
@ -6,13 +6,20 @@ namespace Volian.Controls.Library
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
private bool _BeingDisposed = false;
|
||||
|
||||
public bool BeingDisposed
|
||||
{
|
||||
get { return _BeingDisposed; }
|
||||
set { _BeingDisposed = value; }
|
||||
}
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
_BeingDisposed = true;
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
|
Loading…
x
Reference in New Issue
Block a user