Skip to content

Commit 58d1413

Browse files
committed
Fix
1 parent 8b77392 commit 58d1413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App.Controls/Storage/RingShape/RingShape.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private void UpdatePath()
4747
// If the ring is closed and complete
4848
if (EndAngle >= StartAngle + 360)
4949
{
50-
Data = new()
50+
Data = new EllipseGeometry()
5151
{
5252
Center = Center,
5353
RadiusX = IsCircle ? _equalRadius : RadiusWidth,

0 commit comments

Comments
 (0)