This commit is contained in:
Kathy Ruffing 2010-12-07 12:51:52 +00:00
parent 9e42edf4ad
commit d473a645f3

View File

@ -291,7 +291,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();
if (MyStepItem != null) MyStepItem.ChangeBar = MyStepItem.MyItemInfo.HasChangeBar;
}
private bool _ProcessKeystrokes = true;
public bool ProcessKeystrokes