< prev index next >

modules/javafx.graphics/src/main/java/javafx/scene/Node.java

Print this page

        

@@ -1859,11 +1859,11 @@
      *
      * If {@code pickOnBounds} is true, then picking is computed by
      * intersecting with the bounds of this node, else picking is computed
      * by intersecting with the geometric shape of this node.
      *
-     * @defaultValue false
+     * @defaultValue false, true for {@code Region}
      */
     private BooleanProperty pickOnBounds;
 
     public final void setPickOnBounds(boolean value) {
         pickOnBoundsProperty().set(value);
< prev index next >