Debug output save and show
Added StepRTB Closed logic to disposing Use the correct font for sections and procedures.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user