Fixed bug to expand Annotation Panel on step with annotation

This commit is contained in:
Rich 2009-05-05 20:45:13 +00:00
parent 0f3edbb967
commit 4b0efec15c

View File

@ -204,8 +204,6 @@ namespace VEPROMS
/// <param name="node">VETreeNode</param>
void SetupNodes(VETreeNode node)
{
epAnnotations.Expanded = false;
epAnnotations.TitleStyle.BackColor1.Color = _CommentTitleBckColor;
if (_MyMRIList.Add(node.VEObject) != null)
SetupMRU();
#region Sample Display Table Code