Skip to content

Commit

Permalink
Fix Shape label not being empty by default
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Aug 20, 2023
1 parent f398e7a commit 2cdc5c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ShapeMarker extends ObjectMarker {
*/
@SuppressWarnings("unused")
private ShapeMarker() {
this("shape", DEFAULT_SHAPE, 0);
this("", DEFAULT_SHAPE, 0);
}

/**
Expand Down

0 comments on commit 2cdc5c8

Please sign in to comment.