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

@@ -540,7 +540,7 @@ namespace Volian.Controls.Library
}
public void HideCaret()
{
if (_MyStepRTB != null && ! _MyStepRTB.Disposing)
if (_MyStepRTB != null && !_MyStepRTB.Disposing && !_MyStepRTB.Closed)
{
if (_MyStepRTB.SelectionLength == 0)
{