Is there a way to force the tool tip of the figure to refresh?
I have a scenario that there are two figures: ChildFigure and ParentFigure
which both extends from IFigure, and ParentFigure contains ChildFigure. I
have a mouse motion listener, so that when the mouse is hover over
ChildFigure or ParentFigure, it gives the corresponding tool tip.
But if I hover over ChildFigure, it shows the tool tip for ChildFigure,
then the mouse is moved to the ParentFigure (without hovering other
figures in between), the tool tip still shows the ChildFigure one.