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