This commit is contained in:
2010-01-22 14:00:38 +00:00
parent 3ef5518f94
commit e0e54c3e44
2 changed files with 8 additions and 0 deletions

View File

@@ -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