Fix problem with Item Selected. Fixes problem so that Item selected stays selected even if it is not active.

Also, makes DSOFramer properly select the related tab when it becomes active.
This commit is contained in:
Rich
2008-02-26 16:20:00 +00:00
parent f6bb58d4d4
commit ee9acb929d
6 changed files with 88 additions and 43 deletions

View File

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