Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Label.borderRadius not working

    SmartClient Version: v13.1p_2026-07-08/AllModules Development Only (built 2026-07-08)

    Chrome on MacOS

    Hi, I just noticed that borderRadius doesn't seem to work on Labels:

    Code:
    isc.Label.create({
        height: 50,
        padding: 4,
        backgroundColor: "pink",
        align: "center",
        valign: "center",
        wrap: false,
        borderRadius: "7px 7px 7px 7px",
        icon: "[SAMPLE]icons/16/world.png",
        contents: "Hello world!"
    })
    Click image for larger version

Name:	2026-07-08 12.51.39.jpg
Views:	3
Size:	3.1 KB
ID:	277706

    #2
    Thanks Claudio - we see the issue and a fix will be in place for tomorrow's builds.

    Comment

    Working...
    X