update shapes submodule

This commit is contained in:
end-4
2025-10-30 11:07:20 +01:00
parent 5ef979db79
commit 287172cd5d
2 changed files with 2 additions and 1 deletions
@@ -44,6 +44,7 @@ ShapeCanvas {
property double implicitSize
implicitHeight: implicitSize
implicitWidth: implicitSize
polygonIsNormalized: true
roundedPolygon: {
switch (root.shape) {
case MaterialShape.Shape.Circle: return MaterialShapes.getCircle();