Stack Trace Class.

Fixing logic between ItemSelected and DisplayRTB
This commit is contained in:
Rich
2008-02-28 16:44:37 +00:00
parent a39536739b
commit 0437f76f3a
3 changed files with 48 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ namespace Volian.Controls.Library
{
if (disposing && (components != null))
{
if (_DisplayRTB != null) _DisplayRTB.SaveText();
//if (_DisplayRTB != null) _DisplayRTB.SaveText();
components.Dispose();
}
base.Dispose(disposing);