Comment 78 for bug 540332

Revision history for this message
In , Eclipse-felipe (eclipse-felipe) wrote :

Right, in ToolTip#createHandle() we set the background of the window to COLOR_INFO_BACKGROUND, so it does make sense to set the foreground of the PangoLayouts to COLOR_INFO_FOREGROUND.

But I don't think gtk_expose_event is the right place, the foreground should be set in setText() and setMessage() where the layout was created and initialized.