Skip to content

Commit

Permalink
StyleUtil: fix bindings created in toUnboxedDoubleArray must listen t…
Browse files Browse the repository at this point in the history
…o changes of the source
  • Loading branch information
protogenes authored and wirew0rm committed Aug 19, 2024
1 parent f7a8c08 commit 9cff45b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public static ObjectBinding<double[]> toUnboxedDoubleArray(ReadOnlyProperty<Numb
result[i] = array[i] == null ? 0 : array[i].doubleValue();
}
return result;
});
}, source);
}

public static void copyLineDashes(final GraphicsContext gc, Shape style) {
Expand Down

0 comments on commit 9cff45b

Please sign in to comment.