Revert "feat(ClientCoefficient): Erstellt, um die Dimensionen für den Kunden bis zu einem gewissen Grad zu erhöhen"
This reverts commit 80e1e7dcf306d241d4c7f618d14fa1f97fcc4417.
This commit is contained in:
parent
80e1e7dcf3
commit
91f1296e9b
@ -101,11 +101,6 @@ public record Annotation
|
|||||||
|
|
||||||
if (_height == default && value.Height != default)
|
if (_height == default && value.Height != default)
|
||||||
_height = value.Height * HeightRatio;
|
_height = value.Height * HeightRatio;
|
||||||
|
|
||||||
ClientCoefficient = value.ClientCoefficient;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[JsonIgnore]
|
|
||||||
public double ClientCoefficient { get; set; } = 1;
|
|
||||||
};
|
};
|
||||||
Loading…
x
Reference in New Issue
Block a user