Fix Shape label not being empty by default

This commit is contained in:
Lukas Rieger (Blue) 2023-08-20 08:24:18 +02:00
parent f398e7ab2b
commit 2cdc5c8a87
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class ShapeMarker extends ObjectMarker {
*/
@SuppressWarnings("unused")
private ShapeMarker() {
this("shape", DEFAULT_SHAPE, 0);
this("", DEFAULT_SHAPE, 0);
}
/**