| Summary: | SWTEventDispatcher.updateHoverSource uses Figure instead of IFigure | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | sudhan <sudhan> |
| Component: | GEF-Legacy Draw2d | Assignee: | Anthony Hunter <ahunter.eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | ahunter.eclipse, hudsonr, kuhn |
| Version: | 3.4 | ||
| Target Milestone: | 3.5.0 (Galileo) M5 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
sudhan
(In reply to comment #0) > > Line of code: > if ((Figure)cursorTarget != hoverSource) > > Agreed on this one, especially since both are IFigure. private IFigure cursorTarget; private IFigure hoverSource; Committed to HEAD. Committed to HEAD. (In reply to comment #2) > Committed to HEAD. > Thanks Anthony |