From d473a645f3daf4903cde9f6d4784e3586b1fce15 Mon Sep 17 00:00:00 2001 From: Kathy Date: Tue, 7 Dec 2010 12:51:52 +0000 Subject: [PATCH] --- PROMS/Volian.Controls.Library/StepRTB.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Controls.Library/StepRTB.cs b/PROMS/Volian.Controls.Library/StepRTB.cs index e991055f..d2eb0e30 100644 --- a/PROMS/Volian.Controls.Library/StepRTB.cs +++ b/PROMS/Volian.Controls.Library/StepRTB.cs @@ -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