This commit is contained in:
2008-11-19 14:06:23 +00:00
parent 183026d98d
commit 4badbdba17
3 changed files with 25 additions and 6 deletions

View File

@@ -293,6 +293,7 @@ namespace Volian.Controls.Library
{
_SelectedStepRTB.BackColor = InactiveColor;
_SelectedStepRTB.SaveText(); // Save any changes to the text
_SelectedStepRTB.SaveConfig(); // This may be redundant
}
_SelectedStepRTB = value;
if (_SelectedItemInfo.ItemID != value.MyItemInfo.ItemID)