This commit is contained in:
2010-09-27 12:43:35 +00:00
parent 0c246c22a5
commit 52fe4b6ddd
2 changed files with 9 additions and 2 deletions

View File

@@ -1382,7 +1382,7 @@ namespace Volian.Controls.Library
default: // Need debug
break;
}
_MyStepPanel.SelectedStepRTB = newStepItem.MyStepRTB;//Update Screen
if (newStepItem != null) _MyStepPanel.SelectedStepRTB = newStepItem.MyStepRTB;//Update Screen
_MyStepPanel.MyStepTabPanel.MyDisplayTabControl.OnItemPaste(this, new vlnTreeItemInfoPasteEventArgs(newItemInfo, copyStartID, ItemInfo.EAddpingPart.Before, newItemInfo.MyContent.Type));
}