Skip to content

Commit

Permalink
Constructor is now public (required for instantiation via FXML).
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler authored Sep 28, 2024
1 parent 810650d commit 81ff160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class PaintPickerController {
public final static RadialGradient DEFAULT_RADIAL
= new RadialGradient(0.0, 0.0, 0.5, 0.5, 0.5, true, CycleMethod.NO_CYCLE);

PaintPickerController() {
public PaintPickerController() {
// no-op
}

Expand Down

0 comments on commit 81ff160

Please sign in to comment.