]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/nodes/SingleElementNode.java
Sync git svn branch with SVN repository r33303.
[simantics/platform.git] / bundles / org.simantics.scenegraph / src / org / simantics / scenegraph / g2d / nodes / SingleElementNode.java
index c6a8b950e0e8a6f22218bb70d0637fc2c45360cd..9220e18fd35a429f8e5d6bde95befc4c7d33da5a 100644 (file)
@@ -144,7 +144,7 @@ public class SingleElementNode extends TransformNode implements InitValueSupport
     }\r
 \r
     protected boolean hitTest(MouseEvent event) {\r
-        Rectangle2D bounds = super.getBoundsInLocal(false);\r
+        Rectangle2D bounds = super.getBoundsInLocal(true);\r
         if (bounds == null)\r
             return false;\r
         Point2D localPos = NodeUtil.worldToLocal(this, event.controlPosition, new Point2D.Double());\r