Skip to content

Changes

Summary

  1. [465502] Fix RulerComposite performs layout while editor is disposed. (details)
  2. [472848] Fix findMouseEventTargetInDescendantsAt() aborts too early. (details)
Commit 2fbb6db26c1e3e1f57ea9d78c7b9440c690ac481 by anyssen
[465502] Fix RulerComposite performs layout while editor is disposed.

- Change that editor's FigureCanvas is not queried for its bounds when
being disposed.
- Increased version of org.eclipse.gef to 3.10.1.
The file was modified org.eclipse.gef/META-INF/MANIFEST.MF
The file was modified org.eclipse.gef/pom.xml
The file was modified org.eclipse.gef/src/org/eclipse/gef/ui/rulers/RulerComposite.java
Commit e6c829eaf1b36b63b3b67352d64effce781f1477 by anyssen
[472848] Fix findMouseEventTargetInDescendantsAt() aborts too early.

Fixed that findMouseEventTargetInDescendantsAt() returned null in case
the first child that is visible, enabled, and contains the given point,
but does not return a mouse target within findMouseEventTargetAt().

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=472848
Signed-off-by: Mike Marchand <mmarchand@cranksoftware.com>
The file was modified org.eclipse.draw2d/src/org/eclipse/draw2d/Figure.java