Debug output save and show

Added StepRTB Closed logic to disposing
Use the correct font for sections and procedures.
This commit is contained in:
Rich
2011-08-23 18:42:34 +00:00
parent fab3c49244
commit 719706350b
4 changed files with 99 additions and 10 deletions

View File

@@ -646,7 +646,7 @@ namespace Volian.Controls.Library
public override void ItemSelect()
{
// Was getting an Error that _MyStepRTB was Disposed RHM 20101217
if (!_MyStepRTB.Disposing)
if (!_MyStepRTB.Disposing && !MyStepRTB.Closed)
{
_MyStepRTB.Focus();
_MyStepRTB.Select(0, 0);