Index: ContextInformationPopup.java =================================================================== RCS file: /home/eclipse/org.eclipse.ui/Eclipse JFace Text/org/eclipse/jface/text/contentassist/ContextInformationPopup.java,v retrieving revision 1.15 diff -u -r1.15 ContextInformationPopup.java --- ContextInformationPopup.java 26 Jun 2002 12:43:32 -0000 1.15 +++ ContextInformationPopup.java 27 Jun 2002 14:16:24 -0000 @@ -201,10 +201,9 @@ createContextInfoPopup(); fContextInfoText.setText(frame.fInformation.getInformationDisplayString()); - if (fTextPresentation != null) { + if (fTextPresentation != null) TextPresentation.applyTextPresentation(fTextPresentation, fContextInfoText); - resize(); - } + resize(); if (initial) { if (fContentAssistant.addContentAssistListener(this, ContentAssistant.CONTEXT_INFO_POPUP)) {