Corrected code so that the annotation panel expands and collapses properly

This commit is contained in:
Rich 2016-04-05 16:01:59 +00:00
parent 8c8aad861b
commit d635be8452

View File

@ -3209,8 +3209,8 @@ namespace VEPROMS
} }
else else
{ {
//if (!btnAnnoDetailsPushPin.Checked) if (!btnAnnoDetailsPushPin.Checked)
// epAnnotations.Expanded = false; epAnnotations.Expanded = false;
epAnnotations.TitleStyle.BackColor1.Color = _CommentTitleBckColor; epAnnotations.TitleStyle.BackColor1.Color = _CommentTitleBckColor;
ctrlAnnotationDetails.AnnotationText = null; ctrlAnnotationDetails.AnnotationText = null;
} }