Skip to main content
Question

Corner radius variable does not update when Glass effect is on the rectangle

  • February 2, 2026
  • 0 replies
  • 8 views

De_lamo

When a rectangle’s corner radius is linked to a variable, changing the variable normally updates all linked elements immediately. However, once the built-in Glass effect is on the rectangle, the corner radius stops updating when the variable value changes. The variable remains correctly linked, but the UI does not refresh unless the variable is manually relinked.

The problem seems to appear only on the rectangle shape

Reproducibility / patterns

  • Issue is consistently reproducible.

  • Occurs whenever Glass effect is enabled on a rectangle using variable-controlled radius.

  • Updates occur only after relinking variable

Reproduction steps

  1. Create a new file.

  2. Create a number variable for corner radius (e.g., radius = 16).

  3. Create a rectangle.

  4. Bind rectangle corner radius to the variable.

  5. Confirm changing variable updates radius normally.

  6. Add Glass effect on the rectangle.

  7. Change variable value again.

Result: rectangle corner radius does not update until relinking.